Searched refs:ctl_offs (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/soc/mediatek/ |
| A 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 …]
|
| A 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 …]
|
| A D | mtk-scpsys.c | 125 int ctl_offs; member 718 .ctl_offs = 0x02c0, 727 .ctl_offs = 0x02c4, 736 .ctl_offs = 0x01f8, 761 .ctl_offs = 0x300, 769 .ctl_offs = 0x304, 777 .ctl_offs = 0x308, 785 .ctl_offs = 0x30C, 794 .ctl_offs = 0x314, 802 .ctl_offs = 0x334, [all …]
|
| A 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,
|
| A 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,
|
| A D | mtk-pm-domains.c | 83 ret = regmap_read_poll_timeout(scpsys->base, pd->data->ctl_offs, tmp, in scpsys_sram_enable() 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() 229 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_ISO_BIT); in scpsys_power_on() 230 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_RST_B_BIT); in scpsys_power_on() 275 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_RST_B_BIT); in scpsys_power_off() 276 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_ISO_BIT); in scpsys_power_off() 277 regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_CLK_DIS_BIT); in scpsys_power_off() 278 regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_ON_2ND_BIT); in scpsys_power_off() [all …]
|
| A D | mtk-pm-domains.h | 91 int ctl_offs; member
|
Completed in 13 milliseconds