Searched refs:S5P_CEC_IRQ_RX_DONE (Results 1 – 2 of 2) sorted by relevance
67 reg |= S5P_CEC_IRQ_RX_DONE; in s5p_cec_mask_rx_interrupts()77 reg &= ~S5P_CEC_IRQ_RX_DONE; in s5p_cec_unmask_rx_interrupts()194 writeb(S5P_CEC_IRQ_RX_DONE | S5P_CEC_IRQ_RX_ERROR, in s5p_clr_pending_rx()
80 #define S5P_CEC_IRQ_RX_DONE (1<<4) macro