Home
last modified time | relevance | path

Searched refs:pll_mask (Results 1 – 3 of 3) sorted by relevance

/SCP-firmware-master/product/synquacer/module/synquacer_rom/src/
A Dsynquacer_init.c50 const uint32_t pll_mask = 0x00000FFF; in fw_clock_pll_init() local
52 while ((PIK_SCP->PLL_STATUS[1] & pll_mask) != pll_mask || in fw_clock_pll_init()
53 (PIK_SCP->PLL_STATUS[9] & pll_mask) != pll_mask) in fw_clock_pll_init()
59 uint32_t pll_mask = PLL_STATUS_0_REFCLK | PLL_STATUS_0_SYSPLLLOCK; in pll_init() local
61 while ((PIK_SCP->PLL_STATUS[0] & pll_mask) != pll_mask) in pll_init()
/SCP-firmware-master/product/juno/module/juno_soc_clock_ram/src/
A Djuno_soc_clock_ram_pll.c39 const uint32_t pll_mask = SCP_CONFIG_SCP_STATUS_SYSINPLLLOCK | in juno_soc_clock_ram_pll_init() local
50 while ((SCP_CONFIG->SCP_STATUS & pll_mask) != pll_mask) { in juno_soc_clock_ram_pll_init()
/SCP-firmware-master/product/juno/module/juno_soc_clock/src/
A Dmod_juno_soc_clock.c74 const uint32_t pll_mask = SCP_CONFIG_SCP_STATUS_SYSINPLLLOCK | in pll_init() local
85 while ((SCP_CONFIG->SCP_STATUS & pll_mask) != pll_mask) { in pll_init()

Completed in 3 milliseconds