Home
last modified time | relevance | path

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

/linux/drivers/pmdomain/mediatek/
H A Dmtk-pm-domains.c46 #define PWR_ON_BIT BIT(2) macro
474 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_ON_BIT); in scpsys_ctl_pwrseq_on()
585 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_ON_BIT); in scpsys_ctl_pwrseq_off()
597 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_ON_BIT); in scpsys_modem_pwrseq_on()
612 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_ON_BIT); in scpsys_modem_pwrseq_off()