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