Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/pmdomain/mediatek/
H A Dmtk-pm-domains.c34 #define PWR_ON_2ND_BIT BIT(3) macro
228 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_ON_2ND_BIT); in scpsys_power_on()
290 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_ON_2ND_BIT); in scpsys_power_off()
H A Dmtk-scpsys.c57 #define PWR_ON_2ND_BIT BIT(3) macro
323 val |= PWR_ON_2ND_BIT; in scpsys_power_on()
391 val &= ~PWR_ON_2ND_BIT; in scpsys_power_off()
/kernel/linux/linux-5.10/drivers/soc/mediatek/
H A Dmtk-scpsys.c57 #define PWR_ON_2ND_BIT BIT(3) macro
323 val |= PWR_ON_2ND_BIT; in scpsys_power_on()
391 val &= ~PWR_ON_2ND_BIT; in scpsys_power_off()

Completed in 6 milliseconds