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