Home
last modified time | relevance | path

Searched refs:pll2 (Results 1 – 14 of 14) sorted by relevance

/rk3399_ARM-atf/plat/imx/imx8ulp/
H A Dapd_context.c45 uint32_t pll2[][2] = { variable
240 for (i = 0U; i < ARRAY_SIZE(pll2); i++) { in cgc1_save()
241 pll2[i][1] = mmio_read_32(pll2[i][0]); in cgc1_save()
260 for (i = 0U; i < ARRAY_SIZE(pll2); i++) { in cgc1_restore()
261 mmio_write_32(pll2[i][0], pll2[i][1]); in cgc1_restore()
264 while (!(mmio_read_32(pll2[4][0]) & BIT(24))) { in cgc1_restore()
/rk3399_ARM-atf/fdts/
H A Dstm32mp257d-ultra-fly-sbc-ca35tdcid-rcc.dtsi66 pll2: st,pll-2 { label
69 pll2_cfg_600Mhz: pll2-cfg-600Mhz {
H A Dstm32mp257f-dk-ca35tdcid-rcc.dtsi71 pll2: st,pll-2 { label
74 pll2_cfg_600Mhz: pll2-cfg-600Mhz {
H A Dstm32mp257f-ev1-ca35tdcid-rcc.dtsi71 pll2: st,pll-2 { label
74 pll2_cfg_600Mhz: pll2-cfg-600Mhz {
H A Dstm32mp151a-prtt1a.dts129 pll2_vco_1066Mhz: pll2-vco-1066Mhz {
148 pll2: st,pll@1 { label
H A Dstm32mp15xx-osd32.dtsi243 pll2_vco_1066Mhz: pll2-vco-1066Mhz {
262 pll2: st,pll@1 { label
H A Dstm32mp157a-avenger96.dts233 pll2_vco_1066Mhz: pll2-vco-1066Mhz {
252 pll2: st,pll@1 { label
H A Dstm32mp15xx-dkx.dtsi222 pll2_vco_1066Mhz: pll2-vco-1066Mhz {
241 pll2: st,pll@1 { label
H A Dstm32mp135f-dk.dts217 pll2_vco_1066Mhz: pll2-vco-1066Mhz {
236 pll2:st,pll@1 { label
H A Dstm32mp157c-ed1.dts220 pll2_vco_1066Mhz: pll2-vco-1066Mhz {
239 pll2: st,pll@1 { label
H A Dstm32mp15xx-dhcor-som.dtsi246 pll2_vco_1066Mhz: pll2-vco-1066Mhz {
265 pll2: st,pll@1 { label
H A Dstm32mp15xx-dhcom-som.dtsi251 pll2_vco_1066Mhz: pll2-vco-1066Mhz {
270 pll2: st,pll@1 { label
H A Dstm32mp157c-odyssey-som.dtsi265 pll2_vco_1066Mhz: pll2-vco-1066Mhz {
284 pll2: st,pll@1 { label
/rk3399_ARM-atf/drivers/st/clk/
H A Dclk-stm32mp13.c1319 struct stm32_pll_dt_cfg *pll2 = clk_stm32_pll_get_pdata(_PLL2); in clk_compute_pll1_settings() local
1323 uint32_t src = pll2->vco.src; in clk_compute_pll1_settings()