Home
last modified time | relevance | path

Searched refs:BIT_COC_STAT_0_PLL_LOCKED (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c1425 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()
H A Dsil-sii8620.h1103 #define BIT_COC_STAT_0_PLL_LOCKED BIT(7) macro