Searched refs:fixed_ctrl_field (Results 1 – 3 of 3) sorted by relevance
15 #define fixed_ctrl_field(ctrl_reg, idx) (((ctrl_reg) >> ((idx)*4)) & 0xf) macro155 return fixed_ctrl_field(pmu->fixed_ctr_ctrl, in pmc_speculative_in_use()
418 fixed_ctr_ctrl = fixed_ctrl_field(pmu->fixed_ctr_ctrl, in reprogram_counter()800 config = fixed_ctrl_field(pmc_to_pmu(pmc)->fixed_ctr_ctrl, in cpl_is_matched()
79 u8 new_ctrl = fixed_ctrl_field(data, i); in reprogram_fixed_counters()80 u8 old_ctrl = fixed_ctrl_field(old_fixed_ctr_ctrl, i); in reprogram_fixed_counters()