Home
last modified time | relevance | path

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

/linux-6.15/drivers/pmdomain/mediatek/
H A Dmt8188-pm-domains.h178 .ext_buck_iso_offs = 0x3EC,
529 .ext_buck_iso_offs = 0x3EC,
599 .ext_buck_iso_offs = 0x3EC,
H A Dmtk-pm-domains.c249 if (pd->data->ext_buck_iso_offs && MTK_SCPD_CAPS(pd, MTK_SCPD_EXT_BUCK_ISO)) in scpsys_power_on()
250 regmap_clear_bits(scpsys->base, pd->data->ext_buck_iso_offs, in scpsys_power_on()
326 if (pd->data->ext_buck_iso_offs && MTK_SCPD_CAPS(pd, MTK_SCPD_EXT_BUCK_ISO)) in scpsys_power_off()
327 regmap_set_bits(scpsys->base, pd->data->ext_buck_iso_offs, in scpsys_power_off()
H A Dmtk-pm-domains.h111 int ext_buck_iso_offs; member