Searched defs:HDMI_WRITE (Results 1 – 3 of 3) sorted by relevance
36 #define HDMI_WRITE(reg, val) writel(val, hdmi_dev->regs + (reg)) macro
37 #define HDMI_WRITE(reg, val) writel(val, hdmi_dev->regs + (reg)) macro
454 #define HDMI_WRITE(reg, val) vc4_hdmi_write(vc4_hdmi, reg, val) macro
Completed in 7 milliseconds