Searched refs:ctl_offs (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/drivers/soc/mediatek/ |
| D | mt8192-pm-domains.h | 17 .ctl_offs = 0x0354, 30 .ctl_offs = 0x0304, 52 .ctl_offs = 0x0308, 59 .ctl_offs = 0x030c, 84 .ctl_offs = 0x0310, 91 .ctl_offs = 0x0314, 98 .ctl_offs = 0x0318, 105 .ctl_offs = 0x031c, 112 .ctl_offs = 0x0320, 119 .ctl_offs = 0x0350, [all …]
|
| D | mt8183-pm-domains.h | 17 .ctl_offs = 0x0314, 24 .ctl_offs = 0x032c, 35 .ctl_offs = 0x0334, 42 .ctl_offs = 0x0338, 50 .ctl_offs = 0x034c, 57 .ctl_offs = 0x0310, 64 .ctl_offs = 0x0348, 77 .ctl_offs = 0x030c, 96 .ctl_offs = 0x0344, 119 .ctl_offs = 0x0308, [all …]
|
| D | mt8173-pm-domains.h | 17 .ctl_offs = SPM_VDE_PWR_CON, 24 .ctl_offs = SPM_VEN_PWR_CON, 31 .ctl_offs = SPM_ISP_PWR_CON, 38 .ctl_offs = SPM_DIS_PWR_CON, 49 .ctl_offs = SPM_VEN2_PWR_CON, 56 .ctl_offs = SPM_AUDIO_PWR_CON, 63 .ctl_offs = SPM_USB_PWR_CON, 71 .ctl_offs = SPM_MFG_ASYNC_PWR_CON, 79 .ctl_offs = SPM_MFG_2D_PWR_CON, 86 .ctl_offs = SPM_MFG_PWR_CON,
|
| 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 | mt8167-pm-domains.h | 20 .ctl_offs = SPM_DIS_PWR_CON, 32 .ctl_offs = SPM_VDE_PWR_CON, 40 .ctl_offs = SPM_ISP_PWR_CON, 48 .ctl_offs = SPM_MFG_ASYNC_PWR_CON, 59 .ctl_offs = SPM_MFG_2D_PWR_CON, 66 .ctl_offs = SPM_MFG_PWR_CON, 73 .ctl_offs = SPM_CONN_PWR_CON,
|
| D | mtk-pm-domains.c | 80 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, pd->data->sram_pdn_bits); in scpsys_sram_enable() 83 ret = regmap_read_poll_timeout(scpsys->base, pd->data->ctl_offs, tmp, in scpsys_sram_enable() 89 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_SRAM_ISOINT_B_BIT); in scpsys_sram_enable() 91 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_SRAM_CLKISO_BIT); in scpsys_sram_enable() 104 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_SRAM_CLKISO_BIT); in scpsys_sram_disable() 106 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_SRAM_ISOINT_B_BIT); in scpsys_sram_disable() 109 regmap_set_bits(scpsys->base, pd->data->ctl_offs, pd->data->sram_pdn_bits); in scpsys_sram_disable() 112 return regmap_read_poll_timeout(scpsys->base, pd->data->ctl_offs, tmp, in scpsys_sram_disable() 219 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_ON_BIT); in scpsys_power_on() 220 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_ON_2ND_BIT); in scpsys_power_on() [all …]
|
| D | mtk-pm-domains.h | 91 int ctl_offs; member
|