Searched refs:feature_state (Results 1 – 4 of 4) sorted by relevance
275 struct tpmi_feature_state *feature_state) in tpmi_read_feature_status() argument325 memcpy_fromio(feature_state, tpmi_info->tpmi_control_mem + TMPI_CONTROL_DATA_VAL_OFFSET, in tpmi_read_feature_status()326 sizeof(*feature_state)); in tpmi_read_feature_status()345 struct tpmi_feature_state feature_state; in tpmi_get_feature_status() local348 ret = tpmi_read_feature_status(tpmi_info, feature_id, &feature_state); in tpmi_get_feature_status()352 *read_blocked = feature_state.read_blocked; in tpmi_get_feature_status()353 *write_blocked = feature_state.write_blocked; in tpmi_get_feature_status()372 struct tpmi_feature_state feature_state; in tpmi_pfs_dbg_show() local381 ret = tpmi_read_feature_status(tpmi_info, pfs->pfs_header.tpmi_id, &feature_state); in tpmi_pfs_dbg_show()388 disabled = feature_state.enabled ? 'N' : 'Y'; in tpmi_pfs_dbg_show()[all …]
282 __u8 feature_state; member
205 ctdp_level->fact_enabled = !!(info.feature_state & BIT(1)); in tpmi_get_ctdp_control()206 ctdp_level->pbf_enabled = !!(info.feature_state & BIT(0)); in tpmi_get_ctdp_control()
200 u64 feature_state :8; member867 _read_pp_info("feature_state", perf_level.feature_state, SST_PP_STATUS_OFFSET, in isst_if_get_perf_level()