Searched refs:HDMI_REG_STRIDE (Results 1 – 2 of 2) sorted by relevance
14 #define HDMI_REG_STRIDE 4 macro15 #define HDMITX_REG(x) ((x * HDMI_REG_STRIDE) + HDMI_BASE)
31 #define HDMI_REG_STRIDE 4 macro362 #define HDMI_REG(x) (HDMI_BASE + (x) * HDMI_REG_STRIDE)519 regmap_read(hdmi->regmap, (HDMI_BASE + ((offset) * HDMI_REG_STRIDE)), in hdmi_readb()527 regmap_write(hdmi->regmap, (HDMI_BASE + ((offset) * HDMI_REG_STRIDE)), in hdmi_writeb()1458 .reg_stride = HDMI_REG_STRIDE,