Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/soc/mediatek/
Dmtk-pm-domains.c30 #define PWR_RST_B_BIT BIT(0) macro
233 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_RST_B_BIT); in scpsys_power_on()
278 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_RST_B_BIT); in scpsys_power_off()
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()