Searched refs:PM_PLCFG_PLSEL_Msk (Results 1 – 3 of 3) sorted by relevance
73 if (hri_pm_get_PLCFG_PLSEL_bf(PM, PM_PLCFG_PLSEL_Msk) != level) { in _set_performance_level()
103 #define PM_PLCFG_PLSEL_Msk (_U(0x3) << PM_PLCFG_PLSEL_Pos) macro104 #define PM_PLCFG_PLSEL(value) (PM_PLCFG_PLSEL_Msk & ((value) << PM_PLCFG_PLSEL_Pos))
391 tmp &= ~PM_PLCFG_PLSEL_Msk; in hri_pm_write_PLCFG_PLSEL_bf()415 tmp = (tmp & PM_PLCFG_PLSEL_Msk) >> PM_PLCFG_PLSEL_Pos; in hri_pm_read_PLCFG_PLSEL_bf()