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