Home
last modified time | relevance | path

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

/SCP-firmware-master/product/juno/scp_romfw_bypass/
A Djuno_pll_workaround.c32 unsigned int pll_idx; in __wrap_arch_exception_reset() local
35 for (pll_idx = 0; pll_idx < PLL_IDX_COUNT; pll_idx++) { in __wrap_arch_exception_reset()
36 SCC->PLL[pll_idx].REG0 &= ~PLL_REG0_PLL_RESET; in __wrap_arch_exception_reset()
/SCP-firmware-master/product/juno/module/juno_soc_clock_ram/src/
A Djuno_soc_clock_ram_pll.c38 unsigned int pll_idx; in juno_soc_clock_ram_pll_init() local
45 for (pll_idx = 0; pll_idx < PLL_IDX_COUNT; pll_idx++) { in juno_soc_clock_ram_pll_init()
46 SCC->PLL[pll_idx].REG0 &= ~PLL_REG0_PLL_RESET; in juno_soc_clock_ram_pll_init()
/SCP-firmware-master/product/juno/module/juno_soc_clock/src/
A Dmod_juno_soc_clock.c73 unsigned int pll_idx; in pll_init() local
80 for (pll_idx = 0; pll_idx < PLL_IDX_COUNT; pll_idx++) { in pll_init()
81 SCC->PLL[pll_idx].REG0 &= ~PLL_REG0_PLL_RESET; in pll_init()
/SCP-firmware-master/product/juno/include/
A Djuno_scc.h20 enum pll_idx { enum

Completed in 4 milliseconds