Searched refs:sram_pdn_bits (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/pmdomain/mediatek/ |
H A D | mt8195-pm-domains.h | 24 .sram_pdn_bits = GENMASK(8, 8), 45 .sram_pdn_bits = GENMASK(8, 8), 90 .sram_pdn_bits = GENMASK(8, 8), 100 .sram_pdn_bits = GENMASK(8, 8), 117 .sram_pdn_bits = GENMASK(8, 8), 133 .sram_pdn_bits = GENMASK(8, 8), 143 .sram_pdn_bits = GENMASK(8, 8), 185 .sram_pdn_bits = GENMASK(8, 8), 195 .sram_pdn_bits = GENMASK(8, 8), 205 .sram_pdn_bits [all...] |
H A D | mt8186-pm-domains.h | 24 .sram_pdn_bits = BIT(8), 34 .sram_pdn_bits = BIT(8), 66 .sram_pdn_bits = BIT(8), 76 .sram_pdn_bits = BIT(8), 86 .sram_pdn_bits = BIT(8), 96 .sram_pdn_bits = BIT(8), 106 .sram_pdn_bits = BIT(8), 127 .sram_pdn_bits = BIT(8), 149 .sram_pdn_bits = BIT(8), 159 .sram_pdn_bits [all...] |
H A D | mt8188-pm-domains.h | 24 .sram_pdn_bits = BIT(8), 34 .sram_pdn_bits = BIT(8), 76 .sram_pdn_bits = BIT(8), 86 .sram_pdn_bits = BIT(8), 96 .sram_pdn_bits = BIT(8), 106 .sram_pdn_bits = BIT(8), 144 .sram_pdn_bits = BIT(8), 161 .sram_pdn_bits = BIT(8), 200 .sram_pdn_bits = BIT(8), 222 .sram_pdn_bits [all...] |
H A D | mt6893-pm-domains.h | 86 .sram_pdn_bits = 0, 113 .sram_pdn_bits = BIT(8), 123 .sram_pdn_bits = BIT(8), 160 .sram_pdn_bits = BIT(8), 170 .sram_pdn_bits = BIT(8), 180 .sram_pdn_bits = BIT(8), 190 .sram_pdn_bits = BIT(8), 200 .sram_pdn_bits = BIT(8), 210 .sram_pdn_bits = BIT(8), 231 .sram_pdn_bits [all...] |
H A D | mtk-scpsys.c | 116 * @sram_pdn_bits: The mask for sram power control bits. 126 u32 sram_pdn_bits; member 240 val &= ~scpd->data->sram_pdn_bits; in scpsys_sram_enable() 270 val |= scpd->data->sram_pdn_bits; in scpsys_sram_disable() 569 .sram_pdn_bits = GENMASK(11, 8), 578 .sram_pdn_bits = GENMASK(11, 8), 587 .sram_pdn_bits = GENMASK(11, 8), 596 .sram_pdn_bits = GENMASK(11, 8), 605 .sram_pdn_bits = GENMASK(11, 8), 613 .sram_pdn_bits [all...] |
H A D | mt6735-pm-domains.h | 20 .sram_pdn_bits = GENMASK(8, 8), 32 .sram_pdn_bits = GENMASK(8, 8), 44 .sram_pdn_bits = GENMASK(11, 8), 56 .sram_pdn_bits = GENMASK(11, 8), 68 .sram_pdn_bits = GENMASK(11, 8), 77 .sram_pdn_bits = GENMASK(11, 8), 86 .sram_pdn_bits = GENMASK(11, 8),
|
H A D | mtk-pm-domains.h | 98 * @sram_pdn_bits: The mask for sram power control bits. 109 u32 sram_pdn_bits; member
|
H A D | mtk-pm-domains.c | 88 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, pd->data->sram_pdn_bits); in scpsys_sram_enable() 117 regmap_set_bits(scpsys->base, pd->data->ctl_offs, pd->data->sram_pdn_bits); in scpsys_sram_disable()
|