Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/domain/
H A Dmtk-power-domain.c36 #define PWR_RST_B_BIT BIT(0) macro
238 val |= PWR_RST_B_BIT; in scpsys_power_on()
286 val &= ~PWR_RST_B_BIT; in scpsys_power_off()
/openbmc/linux/drivers/pmdomain/mediatek/
H A Dmtk-pm-domains.c31 #define PWR_RST_B_BIT BIT(0) macro
238 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_RST_B_BIT); in scpsys_power_on()
289 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_RST_B_BIT); in scpsys_power_off()
H A Dmtk-scpsys.c54 #define PWR_RST_B_BIT BIT(0) macro
338 val |= PWR_RST_B_BIT; in scpsys_power_on()
382 val &= ~PWR_RST_B_BIT; in scpsys_power_off()