Home
last modified time | relevance | path

Searched refs:pwr_sta_offs (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/pmdomain/mediatek/
H A Dmt8195-pm-domains.h22 .pwr_sta_offs = 0x174,
43 .pwr_sta_offs = 0x174,
64 .pwr_sta_offs = 0x174,
72 .pwr_sta_offs = 0x174,
80 .pwr_sta_offs = 0x174,
88 .pwr_sta_offs = 0x16c,
98 .pwr_sta_offs = 0x16c,
115 .pwr_sta_offs = 0x16c,
131 .pwr_sta_offs = 0x174,
141 .pwr_sta_offs = 0x174,
[all …]
H A Dmt8192-pm-domains.h18 .pwr_sta_offs = 0x016c,
34 .pwr_sta_offs = 0x016c,
61 .pwr_sta_offs = 0x016c,
71 .pwr_sta_offs = 0x016c,
103 .pwr_sta_offs = 0x016c,
112 .pwr_sta_offs = 0x016c,
121 .pwr_sta_offs = 0x016c,
130 .pwr_sta_offs = 0x016c,
139 .pwr_sta_offs = 0x016c,
148 .pwr_sta_offs = 0x016c,
[all …]
H A Dmt8186-pm-domains.h22 .pwr_sta_offs = 0x16C,
32 .pwr_sta_offs = 0x16C,
64 .pwr_sta_offs = 0x16C,
74 .pwr_sta_offs = 0x16C,
84 .pwr_sta_offs = 0x16C,
94 .pwr_sta_offs = 0x16C,
104 .pwr_sta_offs = 0x16C,
125 .pwr_sta_offs = 0x16C,
147 .pwr_sta_offs = 0x16C,
157 .pwr_sta_offs = 0x16C,
[all …]
H A Dmt8188-pm-domains.h22 .pwr_sta_offs = 0x174,
32 .pwr_sta_offs = 0x174,
74 .pwr_sta_offs = 0x174,
84 .pwr_sta_offs = 0x174,
94 .pwr_sta_offs = 0x174,
104 .pwr_sta_offs = 0x174,
126 .pwr_sta_offs = 0x174,
134 .pwr_sta_offs = 0x174,
142 .pwr_sta_offs = 0x16C,
159 .pwr_sta_offs = 0x16C,
[all …]
H A Dmt8183-pm-domains.h18 .pwr_sta_offs = 0x0180,
27 .pwr_sta_offs = 0x0180,
43 .pwr_sta_offs = 0x0180,
53 .pwr_sta_offs = 0x0180,
63 .pwr_sta_offs = 0x0180,
72 .pwr_sta_offs = 0x0180,
81 .pwr_sta_offs = 0x0180,
102 .pwr_sta_offs = 0x0180,
128 .pwr_sta_offs = 0x0180,
159 .pwr_sta_offs = 0x0180,
[all …]
H A Dmt8173-pm-domains.h18 .pwr_sta_offs = SPM_PWR_STATUS,
27 .pwr_sta_offs = SPM_PWR_STATUS,
36 .pwr_sta_offs = SPM_PWR_STATUS,
45 .pwr_sta_offs = SPM_PWR_STATUS,
58 .pwr_sta_offs = SPM_PWR_STATUS,
67 .pwr_sta_offs = SPM_PWR_STATUS,
76 .pwr_sta_offs = SPM_PWR_STATUS,
86 .pwr_sta_offs = SPM_PWR_STATUS,
96 .pwr_sta_offs = SPM_PWR_STATUS,
105 .pwr_sta_offs = SPM_PWR_STATUS,
H A Dmt6795-pm-domains.h18 .pwr_sta_offs = SPM_PWR_STATUS,
27 .pwr_sta_offs = SPM_PWR_STATUS,
36 .pwr_sta_offs = SPM_PWR_STATUS,
45 .pwr_sta_offs = SPM_PWR_STATUS,
58 .pwr_sta_offs = SPM_PWR_STATUS,
67 .pwr_sta_offs = SPM_PWR_STATUS,
76 .pwr_sta_offs = SPM_PWR_STATUS,
85 .pwr_sta_offs = SPM_PWR_STATUS,
94 .pwr_sta_offs = SPM_PWR_STATUS,
H A Dmt8365-pm-domains.h43 .pwr_sta_offs = 0x0180,
75 .pwr_sta_offs = 0x0180,
87 .pwr_sta_offs = 0x0180,
102 .pwr_sta_offs = 0x0180,
122 .pwr_sta_offs = 0x0180,
137 .pwr_sta_offs = 0x0180,
151 .pwr_sta_offs = 0x0180,
163 .pwr_sta_offs = 0x0180,
178 .pwr_sta_offs = 0x0180,
H A Dmt8167-pm-domains.h21 .pwr_sta_offs = SPM_PWR_STATUS,
35 .pwr_sta_offs = SPM_PWR_STATUS,
45 .pwr_sta_offs = SPM_PWR_STATUS,
55 .pwr_sta_offs = SPM_PWR_STATUS,
68 .pwr_sta_offs = SPM_PWR_STATUS,
77 .pwr_sta_offs = SPM_PWR_STATUS,
86 .pwr_sta_offs = SPM_PWR_STATUS,
H A Dmtk-scpsys.c144 int pwr_sta_offs; member
176 u32 status = readl(scp->base + scp->ctrl_reg.pwr_sta_offs) & in scpsys_domain_is_on()
436 scp->ctrl_reg.pwr_sta_offs = scp_ctrl_reg->pwr_sta_offs; in init_scp()
1016 .pwr_sta_offs = SPM_PWR_STATUS,
1028 .pwr_sta_offs = SPM_PWR_STATUS,
1040 .pwr_sta_offs = SPM_PWR_STATUS_MT6797,
1050 .pwr_sta_offs = SPM_PWR_STATUS,
1060 .pwr_sta_offs = SPM_PWR_STATUS,
1072 .pwr_sta_offs = SPM_PWR_STATUS,
H A Dmtk-pm-domains.c70 regmap_read(scpsys->base, pd->data->pwr_sta_offs, &status); in scpsys_domain_is_on()