Searched defs:HDMI_WRITE (Results 1 – 2 of 2) sorted by relevance
36 #define HDMI_WRITE(reg, val) writel(val, hdmi_dev->regs + (reg)) macro
726 #define HDMI_WRITE(reg, val) vc4_hdmi_write(vc4_hdmi, reg, val) macro