Home
last modified time | relevance | path

Searched refs:PWR_ON_BIT (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/pmdomain/mediatek/
H A Dmtk-pm-domains.c33 #define PWR_ON_BIT BIT(2) macro
227 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_ON_BIT); in scpsys_power_on()
291 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_ON_BIT); in scpsys_power_off()
H A 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()
/kernel/linux/linux-5.10/drivers/soc/mediatek/
H A 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()

Completed in 4 milliseconds