Searched refs:CLKCTL_LOCK (Results 1 – 2 of 2) sorted by relevance
75 CLKCTL_LOCK = 0x40, /* (ro) set, if PLL is locked */ enumerator
211 (byte&CLKCTL_LOCK) ? " locked" : "", in vlsi_proc_ndev()1158 if (lock&CLKCTL_LOCK) { in vlsi_start_clock()