Searched refs:HDMI_BASE (Results 1 – 2 of 2) sorted by relevance
13 #define HDMI_BASE 0x70000 macro15 #define HDMITX_REG(x) ((x * HDMI_REG_STRIDE) + HDMI_BASE)
30 #define HDMI_BASE 0x70000 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()1423 regmap_reg_range(HDMI_BASE, HDMI_MAX_REG),1433 if (reg >= HDMI_BASE && reg <= HDMI_MAX_REG) in rk628_is_read_enable_reg()