Searched refs:PWR_CLK_DIS_BIT (Results 1 – 3 of 3) sorted by relevance
40 #define PWR_CLK_DIS_BIT BIT(4) macro232 val &= ~PWR_CLK_DIS_BIT; in scpsys_power_on()289 val |= PWR_CLK_DIS_BIT; in scpsys_power_off()
35 #define PWR_CLK_DIS_BIT BIT(4) macro236 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_CLK_DIS_BIT); in scpsys_power_on()288 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_CLK_DIS_BIT); in scpsys_power_off()
58 #define PWR_CLK_DIS_BIT BIT(4) macro332 val &= ~PWR_CLK_DIS_BIT; in scpsys_power_on()385 val |= PWR_CLK_DIS_BIT; in scpsys_power_off()