Searched refs:lpm_adj_x2 (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/platform/x86/intel/pmc/
H A Dcore.c77 const int lpm_adj_x2 = pmc->map->lpm_res_counter_step_x2; local
80 return (u64)value * GET_X2_COUNTER((u64)lpm_adj_x2);
717 const int lpm_adj_x2)
721 return GET_X2_COUNTER((u64)lpm_adj_x2 * lpm_res);
728 const int lpm_adj_x2 = pmc->map->lpm_res_counter_step_x2; local
736 adjust_lpm_residency(pmc, offset + (4 * mode), lpm_adj_x2));
716 adjust_lpm_residency(struct pmc *pmc, u32 offset, const int lpm_adj_x2) argument

Completed in 133 milliseconds