Searched refs:pll_mask (Results 1 – 3 of 3) sorted by relevance
50 const uint32_t pll_mask = 0x00000FFF; in fw_clock_pll_init() local52 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() local61 while ((PIK_SCP->PLL_STATUS[0] & pll_mask) != pll_mask) in pll_init()
39 const uint32_t pll_mask = SCP_CONFIG_SCP_STATUS_SYSINPLLLOCK | in juno_soc_clock_ram_pll_init() local50 while ((SCP_CONFIG->SCP_STATUS & pll_mask) != pll_mask) { in juno_soc_clock_ram_pll_init()
74 const uint32_t pll_mask = SCP_CONFIG_SCP_STATUS_SYSINPLLLOCK | in pll_init() local85 while ((SCP_CONFIG->SCP_STATUS & pll_mask) != pll_mask) { in pll_init()
Completed in 3 milliseconds