Searched refs:PWR_RST_B_BIT (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/pmdomain/mediatek/ |
| H A D | mtk-pm-domains.c | 45 #define PWR_RST_B_BIT BIT(0) macro 496 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_RST_B_BIT); in scpsys_ctl_pwrseq_on() 588 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_RST_B_BIT); in scpsys_ctl_pwrseq_off() 607 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_RST_B_BIT); in scpsys_simple_pwrseq_on() 613 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_RST_B_BIT); in scpsys_simple_pwrseq_on() 622 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_RST_B_BIT); in scpsys_simple_pwrseq_off() 635 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_RST_B_BIT); in scpsys_modem_pwrseq_on() 657 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_RST_B_BIT); in scpsys_modem_pwrseq_off()
|