Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-cec.c81 static void dw_hdmi_write(struct dw_hdmi_cec *cec, u8 val, int offset) in dw_hdmi_write() function
105 dw_hdmi_write(cec, cec->addresses & 255, HDMI_CEC_ADDR_L); in dw_hdmi_cec_log_addr()
106 dw_hdmi_write(cec, cec->addresses >> 8, HDMI_CEC_ADDR_H); in dw_hdmi_cec_log_addr()
131 dw_hdmi_write(cec, msg->msg[i], HDMI_CEC_TX_DATA0 + i); in dw_hdmi_cec_transmit()
133 dw_hdmi_write(cec, msg->len, HDMI_CEC_TX_CNT); in dw_hdmi_cec_transmit()
149 dw_hdmi_write(cec, stat, HDMI_IH_CEC_STAT0); in dw_hdmi_cec_hardirq()
176 dw_hdmi_write(cec, 0, HDMI_CEC_LOCK); in dw_hdmi_cec_hardirq()
210 dw_hdmi_write(cec, 0, HDMI_CEC_POLARITY); in dw_hdmi_cec_enable()
213 dw_hdmi_write(cec, 0xff, HDMI_IH_CEC_STAT0); in dw_hdmi_cec_enable()
215 dw_hdmi_write(cec, 0, HDMI_CEC_LOCK); in dw_hdmi_cec_enable()
[all …]