Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/soc/mediatek/
Dmtk-pm-domains.c32 #define PWR_ON_BIT BIT(2) macro
222 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_ON_BIT); in scpsys_power_on()
282 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_ON_BIT); in scpsys_power_off()
Dmtk-scpsys.c56 #define PWR_ON_BIT BIT(2) macro
321 val |= PWR_ON_BIT; in scpsys_power_on()
388 val &= ~PWR_ON_BIT; in scpsys_power_off()