Searched refs:BIT_COC_STAT_0_PLL_LOCKED (Results 1 – 2 of 2) sorted by relevance
1428 if (!(s & BIT_COC_STAT_0_PLL_LOCKED)) in sii8620_wait_for_fsm_state()1906 cstat &= BIT_COC_STAT_0_PLL_LOCKED | MSK_COC_STAT_0_FSM_STATE; in sii8620_irq_coc()1907 if (cstat == (BIT_COC_STAT_0_PLL_LOCKED | 0x02)) { in sii8620_irq_coc()
1106 #define BIT_COC_STAT_0_PLL_LOCKED BIT(7) macro