Home
last modified time | relevance | path

Searched refs:CM_LOCK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/bcm/
H A Dclk-bcm2835.c184 #define CM_LOCK 0x114 macro
423 /* Bit in CM_LOCK to indicate when the PLL has locked. */
644 while (!(cprman_read(cprman, CM_LOCK) & data->lock_mask)) { in bcm2835_pll_on()
/kernel/linux/linux-6.6/drivers/clk/bcm/
H A Dclk-bcm2835.c185 #define CM_LOCK 0x114 macro
424 /* Bit in CM_LOCK to indicate when the PLL has locked. */
647 while (!(cprman_read(cprman, CM_LOCK) & data->lock_mask)) { in bcm2835_pll_on()

Completed in 9 milliseconds