Home
last modified time | relevance | path

Searched refs:CLKMGR_MAINPLL (Results 1 – 2 of 2) sorted by relevance

/external/arm-trusted-firmware/plat/intel/soc/agilex/soc/
Dagilex_clock_manager.c104 mmio_write_32(CLKMGR_MAINPLL + CLKMGR_MAINPLL_BYPASS, 0x7); in config_clkmgr_handoff()
112 mmio_clrbits_32(CLKMGR_MAINPLL + CLKMGR_MAINPLL_PLLGLOB, in config_clkmgr_handoff()
132 mmio_write_32(CLKMGR_MAINPLL + CLKMGR_MAINPLL_PLLGLOB, in config_clkmgr_handoff()
135 mmio_write_32(CLKMGR_MAINPLL + CLKMGR_MAINPLL_FDBCK, in config_clkmgr_handoff()
137 mmio_write_32(CLKMGR_MAINPLL + CLKMGR_MAINPLL_VCOCALIB, in config_clkmgr_handoff()
140 mmio_write_32(CLKMGR_MAINPLL + CLKMGR_MAINPLL_PLLC0, in config_clkmgr_handoff()
142 mmio_write_32(CLKMGR_MAINPLL + CLKMGR_MAINPLL_PLLC1, in config_clkmgr_handoff()
144 mmio_write_32(CLKMGR_MAINPLL + CLKMGR_MAINPLL_PLLC2, in config_clkmgr_handoff()
146 mmio_write_32(CLKMGR_MAINPLL + CLKMGR_MAINPLL_PLLC3, in config_clkmgr_handoff()
148 mmio_write_32(CLKMGR_MAINPLL + CLKMGR_MAINPLL_PLLM, in config_clkmgr_handoff()
[all …]
/external/arm-trusted-firmware/plat/intel/soc/agilex/include/
Dagilex_clock_manager.h20 #define CLKMGR_MAINPLL 0xffd10024 macro