Searched refs:pmc_reg_read (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/platform/x86/ |
| H A D | pmc_atom.c | 223 *value = pmc_reg_read(pmc, offset); in pmc_atom_read() 280 func_dis = pmc_reg_read(pmc, PMC_FUNC_DIS); in pmc_dev_state_show() 281 func_dis_2 = pmc_reg_read(pmc, PMC_FUNC_DIS_2); in pmc_dev_state_show() 282 d3_sts_0 = pmc_reg_read(pmc, PMC_D3_STS_0); in pmc_dev_state_show() 283 d3_sts_1 = pmc_reg_read(pmc, PMC_D3_STS_1); in pmc_dev_state_show() 300 u32 pss = pmc_reg_read(pmc, PMC_PSS); in pmc_pss_state_show() 482 func_dis = pmc_reg_read(pmc, PMC_FUNC_DIS); in pmc_s2idle_check() 483 func_dis_2 = pmc_reg_read(pmc, PMC_FUNC_DIS_2); in pmc_s2idle_check() 484 d3_sts_0 = pmc_reg_read(pmc, PMC_D3_STS_0); in pmc_s2idle_check() 485 d3_sts_1 = pmc_reg_read(pmc, PMC_D3_STS_1); in pmc_s2idle_check() [all …]
|