Searched refs:dw_hdmi_write (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-cec.c | 71 static void dw_hdmi_write(struct dw_hdmi_cec *cec, u8 val, int offset) in dw_hdmi_write() function 90 dw_hdmi_write(cec, cec->addresses & 255, HDMI_CEC_ADDR_L); in dw_hdmi_cec_log_addr() 91 dw_hdmi_write(cec, cec->addresses >> 8, HDMI_CEC_ADDR_H); in dw_hdmi_cec_log_addr() 116 dw_hdmi_write(cec, msg->msg[i], HDMI_CEC_TX_DATA0 + i); in dw_hdmi_cec_transmit() 118 dw_hdmi_write(cec, msg->len, HDMI_CEC_TX_CNT); in dw_hdmi_cec_transmit() 119 dw_hdmi_write(cec, ctrl | CEC_CTRL_START, HDMI_CEC_CTRL); in dw_hdmi_cec_transmit() 134 dw_hdmi_write(cec, stat, HDMI_IH_CEC_STAT0); in dw_hdmi_cec_hardirq() 161 dw_hdmi_write(cec, 0, HDMI_CEC_LOCK); in dw_hdmi_cec_hardirq() 195 dw_hdmi_write(cec, ~0, HDMI_CEC_MASK); in dw_hdmi_cec_enable() 196 dw_hdmi_write(cec, ~0, HDMI_IH_MUTE_CEC_STAT0); in dw_hdmi_cec_enable() [all …]
|
/openbmc/u-boot/drivers/video/ |
H A D | dw_hdmi.c | 74 static void dw_hdmi_write(struct dw_hdmi *hdmi, u8 val, int offset) in dw_hdmi_write() function 106 dw_hdmi_write;
|