HDMI_WRITE
#define HDMI_WRITE(reg, val) writel(val, hdmi_dev->regs + (reg))
#define HDMI_WRITE(reg, val) vc4_hdmi_write(vc4_hdmi, reg, val)