Home
last modified time | relevance | path

Searched refs:spm_cond_t (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-a-latest/plat/mediatek/mt8186/drivers/spm/
Dmt_spm_cond.c65 static struct mt_spm_cond_tables spm_cond_t; variable
160 spm_cond_t.table_cg[i] = 0U; in mt_spm_cond_update()
172 spm_cond_t.table_cg[i] = idle_cg_info[i].bit_flip ? in mt_spm_cond_update()
177 spm_cond_t.table_pll = 0U; in mt_spm_cond_update()
179 spm_cond_t.table_pll |= PLL_BIT_MFGPLL; in mt_spm_cond_update()
183 spm_cond_t.table_pll |= PLL_BIT_MMPLL; in mt_spm_cond_update()
187 spm_cond_t.table_pll |= PLL_BIT_UNIVPLL; in mt_spm_cond_update()
191 spm_cond_t.table_pll |= PLL_BIT_MSDCPLL; in mt_spm_cond_update()
195 spm_cond_t.table_pll |= PLL_BIT_TVDPLL; in mt_spm_cond_update()
198 spm_cond_t.priv = priv; in mt_spm_cond_update()
[all …]
/trusted-firmware-a-latest/plat/mediatek/mt8192/drivers/spm/
Dmt_spm_cond.c68 static struct mt_spm_cond_tables spm_cond_t; variable
167 spm_cond_t.table_cg[i] = 0U; in mt_spm_cond_update()
179 spm_cond_t.table_cg[i] = idle_cg_info[i].bBitflip ? in mt_spm_cond_update()
184 spm_cond_t.table_pll = 0U; in mt_spm_cond_update()
186 spm_cond_t.table_pll |= PLL_BIT_MFGPLL; in mt_spm_cond_update()
190 spm_cond_t.table_pll |= PLL_BIT_MMPLL; in mt_spm_cond_update()
194 spm_cond_t.table_pll |= PLL_BIT_UNIVPLL; in mt_spm_cond_update()
198 spm_cond_t.table_pll |= PLL_BIT_MSDCPLL; in mt_spm_cond_update()
202 spm_cond_t.table_pll |= PLL_BIT_TVDPLL; in mt_spm_cond_update()
205 spm_cond_t.priv = priv; in mt_spm_cond_update()
[all …]
/trusted-firmware-a-latest/plat/mediatek/mt8195/drivers/spm/
Dmt_spm_cond.c77 static struct mt_spm_cond_tables spm_cond_t; variable
183 spm_cond_t.table_cg[i] = 0U; in mt_spm_cond_update()
195 spm_cond_t.table_cg[i] = idle_cg_info[i].bBitflip ? in mt_spm_cond_update()
200 spm_cond_t.table_pll = 0U; in mt_spm_cond_update()
202 spm_cond_t.table_pll |= PLL_BIT_MFGPLL; in mt_spm_cond_update()
206 spm_cond_t.table_pll |= PLL_BIT_MMPLL; in mt_spm_cond_update()
210 spm_cond_t.table_pll |= PLL_BIT_UNIVPLL; in mt_spm_cond_update()
214 spm_cond_t.table_pll |= PLL_BIT_MSDCPLL; in mt_spm_cond_update()
218 spm_cond_t.table_pll |= PLL_BIT_TVDPLL; in mt_spm_cond_update()
221 spm_cond_t.priv = priv; in mt_spm_cond_update()
[all …]
/trusted-firmware-a-latest/plat/mediatek/drivers/spm/mt8188/
Dmt_spm_cond.c78 static struct mt_spm_cond_tables spm_cond_t; variable
229 spm_cond_t.table_cg[i] = 0U; in mt_spm_cond_update()
239 spm_cond_t.table_cg[i] = idle_cg_info[i].bBitflip ? in mt_spm_cond_update()
244 spm_cond_t.table_pll = 0U; in mt_spm_cond_update()
247 spm_cond_t.table_pll |= plls[i].pll_b; in mt_spm_cond_update()
251 spm_cond_t.priv = priv; in mt_spm_cond_update()
257 (void const *)&spm_cond_t); in mt_spm_cond_update()