Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-cec.c76 static u8 dw_hdmi_read(struct dw_hdmi_cec *cec, int offset) in dw_hdmi_read() function
128 unsigned int stat = dw_hdmi_read(cec, HDMI_IH_CEC_STAT0); in dw_hdmi_cec_hardirq()
153 len = dw_hdmi_read(cec, HDMI_CEC_RX_CNT); in dw_hdmi_cec_hardirq()
159 dw_hdmi_read(cec, HDMI_CEC_RX_DATA0 + i); in dw_hdmi_cec_hardirq()
332 cec->regs_polarity = dw_hdmi_read(cec, HDMI_CEC_POLARITY); in dw_hdmi_cec_suspend()
333 cec->regs_mask = dw_hdmi_read(cec, HDMI_CEC_MASK); in dw_hdmi_cec_suspend()
334 cec->regs_mute_stat0 = dw_hdmi_read(cec, HDMI_IH_MUTE_CEC_STAT0); in dw_hdmi_cec_suspend()
/openbmc/u-boot/drivers/video/
H A Ddw_hdmi.c89 static u8 dw_hdmi_read(struct dw_hdmi *hdmi, int offset) in dw_hdmi_read() function
104 static u8 (*hdmi_read)(struct dw_hdmi *hdmi, int offset) = dw_hdmi_read;