Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/domain/
H A Dmtk-power-domain.c37 #define PWR_ISO_BIT BIT(1) macro
235 val &= ~PWR_ISO_BIT; in scpsys_power_on()
283 val |= PWR_ISO_BIT; in scpsys_power_off()
/openbmc/linux/drivers/pmdomain/mediatek/
H A Dmtk-pm-domains.c32 #define PWR_ISO_BIT BIT(1) macro
237 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_ISO_BIT); in scpsys_power_on()
287 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_ISO_BIT); in scpsys_power_off()
H A 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()