Searched refs:ctl_offs (Results 1 – 11 of 11) sorted by relevance
/drivers/pmdomain/mediatek/ |
D | mt8195-pm-domains.h | 21 .ctl_offs = 0x328, 40 .ctl_offs = 0x32C, 59 .ctl_offs = 0x330, 67 .ctl_offs = 0x334, 75 .ctl_offs = 0x3C4, 83 .ctl_offs = 0x344, 93 .ctl_offs = 0x360, 109 .ctl_offs = 0x358, 124 .ctl_offs = 0x300, 134 .ctl_offs = 0x304, [all …]
|
D | mt8188-pm-domains.h | 21 .ctl_offs = 0x300, 31 .ctl_offs = 0x304, 67 .ctl_offs = 0x308, 77 .ctl_offs = 0x30C, 87 .ctl_offs = 0x310, 97 .ctl_offs = 0x324, 117 .ctl_offs = 0x328, 125 .ctl_offs = 0x3C4, 133 .ctl_offs = 0x338, 149 .ctl_offs = 0x37C, [all …]
|
D | mt8192-pm-domains.h | 17 .ctl_offs = 0x0354, 32 .ctl_offs = 0x0304, 56 .ctl_offs = 0x0308, 66 .ctl_offs = 0x030c, 94 .ctl_offs = 0x0310, 103 .ctl_offs = 0x0314, 112 .ctl_offs = 0x0318, 121 .ctl_offs = 0x031c, 130 .ctl_offs = 0x0320, 139 .ctl_offs = 0x0350, [all …]
|
D | mt8186-pm-domains.h | 21 .ctl_offs = 0x308, 31 .ctl_offs = 0x30c, 59 .ctl_offs = 0x310, 69 .ctl_offs = 0x314, 79 .ctl_offs = 0x9F0, 89 .ctl_offs = 0x9F4, 99 .ctl_offs = 0x354, 118 .ctl_offs = 0x334, 138 .ctl_offs = 0x338, 148 .ctl_offs = 0x33C, [all …]
|
D | mtk-scpsys.c | 125 int ctl_offs; member 307 void __iomem *ctl_addr = scp->base + scpd->data->ctl_offs; in scpsys_power_on() 365 void __iomem *ctl_addr = scp->base + scpd->data->ctl_offs; in scpsys_power_off() 561 .ctl_offs = SPM_CONN_PWR_CON, 570 .ctl_offs = SPM_DIS_PWR_CON, 579 .ctl_offs = SPM_MFG_PWR_CON, 588 .ctl_offs = SPM_VDE_PWR_CON, 597 .ctl_offs = SPM_ISP_PWR_CON, 606 .ctl_offs = SPM_BDP_PWR_CON, 614 .ctl_offs = SPM_ETH_PWR_CON, [all …]
|
D | mt8183-pm-domains.h | 17 .ctl_offs = 0x0314, 26 .ctl_offs = 0x032c, 39 .ctl_offs = 0x0334, 49 .ctl_offs = 0x0338, 59 .ctl_offs = 0x034c, 68 .ctl_offs = 0x0310, 77 .ctl_offs = 0x0348, 92 .ctl_offs = 0x030c, 113 .ctl_offs = 0x0344, 138 .ctl_offs = 0x0308, [all …]
|
D | mt8173-pm-domains.h | 17 .ctl_offs = SPM_VDE_PWR_CON, 26 .ctl_offs = SPM_VEN_PWR_CON, 35 .ctl_offs = SPM_ISP_PWR_CON, 44 .ctl_offs = SPM_DIS_PWR_CON, 57 .ctl_offs = SPM_VEN2_PWR_CON, 66 .ctl_offs = SPM_AUDIO_PWR_CON, 75 .ctl_offs = SPM_USB_PWR_CON, 85 .ctl_offs = SPM_MFG_ASYNC_PWR_CON, 95 .ctl_offs = SPM_MFG_2D_PWR_CON, 104 .ctl_offs = SPM_MFG_PWR_CON,
|
D | mt6795-pm-domains.h | 17 .ctl_offs = SPM_VDE_PWR_CON, 26 .ctl_offs = SPM_VEN_PWR_CON, 35 .ctl_offs = SPM_ISP_PWR_CON, 44 .ctl_offs = SPM_DIS_PWR_CON, 57 .ctl_offs = 0x298, 66 .ctl_offs = SPM_AUDIO_PWR_CON, 75 .ctl_offs = SPM_MFG_ASYNC_PWR_CON, 84 .ctl_offs = SPM_MFG_2D_PWR_CON, 93 .ctl_offs = SPM_MFG_PWR_CON,
|
D | mt8167-pm-domains.h | 20 .ctl_offs = SPM_DIS_PWR_CON, 34 .ctl_offs = SPM_VDE_PWR_CON, 44 .ctl_offs = SPM_ISP_PWR_CON, 54 .ctl_offs = SPM_MFG_ASYNC_PWR_CON, 67 .ctl_offs = SPM_MFG_2D_PWR_CON, 76 .ctl_offs = SPM_MFG_PWR_CON, 85 .ctl_offs = SPM_CONN_PWR_CON,
|
D | mtk-pm-domains.c | 84 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, pd->data->sram_pdn_bits); in scpsys_sram_enable() 87 ret = regmap_read_poll_timeout(scpsys->base, pd->data->ctl_offs, tmp, in scpsys_sram_enable() 93 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_SRAM_ISOINT_B_BIT); in scpsys_sram_enable() 95 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_SRAM_CLKISO_BIT); in scpsys_sram_enable() 108 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_SRAM_CLKISO_BIT); in scpsys_sram_disable() 110 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_SRAM_ISOINT_B_BIT); in scpsys_sram_disable() 113 regmap_set_bits(scpsys->base, pd->data->ctl_offs, pd->data->sram_pdn_bits); in scpsys_sram_disable() 116 return regmap_read_poll_timeout(scpsys->base, pd->data->ctl_offs, tmp, in scpsys_sram_disable() 227 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_ON_BIT); in scpsys_power_on() 228 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_ON_2ND_BIT); in scpsys_power_on() [all …]
|
D | mtk-pm-domains.h | 94 int ctl_offs; member
|