Home
last modified time | relevance | path

Searched refs:PWR_ISO_BIT (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/soc/mediatek/
Dmtk-pm-domains.c31 #define PWR_ISO_BIT BIT(1) macro
232 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_ISO_BIT); in scpsys_power_on()
279 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_ISO_BIT); in scpsys_power_off()
Dmtk-scpsys.c55 #define PWR_ISO_BIT BIT(1) macro
335 val &= ~PWR_ISO_BIT; in scpsys_power_on()
379 val |= PWR_ISO_BIT; in scpsys_power_off()