Home
last modified time | relevance | path

Searched refs:ext_buck_iso_offs (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/pmdomain/mediatek/
Dmt8188-pm-domains.h178 .ext_buck_iso_offs = 0x3EC,
529 .ext_buck_iso_offs = 0x3EC,
599 .ext_buck_iso_offs = 0x3EC,
Dmtk-pm-domains.c248 if (pd->data->ext_buck_iso_offs && MTK_SCPD_CAPS(pd, MTK_SCPD_EXT_BUCK_ISO)) in scpsys_power_on()
249 regmap_clear_bits(scpsys->base, pd->data->ext_buck_iso_offs, in scpsys_power_on()
325 if (pd->data->ext_buck_iso_offs && MTK_SCPD_CAPS(pd, MTK_SCPD_EXT_BUCK_ISO)) in scpsys_power_off()
326 regmap_set_bits(scpsys->base, pd->data->ext_buck_iso_offs, in scpsys_power_off()
Dmtk-pm-domains.h109 int ext_buck_iso_offs; member