Home
last modified time | relevance | path

Searched refs:hdmitx (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/meson/
Dmeson_dw_hdmi.c141 void __iomem *hdmitx; member
172 writel(addr & 0xffff, dw_hdmi->hdmitx + HDMITX_TOP_ADDR_REG); in dw_hdmi_top_read()
173 writel(addr & 0xffff, dw_hdmi->hdmitx + HDMITX_TOP_ADDR_REG); in dw_hdmi_top_read()
176 data = readl(dw_hdmi->hdmitx + HDMITX_TOP_DATA_REG); in dw_hdmi_top_read()
177 data = readl(dw_hdmi->hdmitx + HDMITX_TOP_DATA_REG); in dw_hdmi_top_read()
187 return readl(dw_hdmi->hdmitx + HDMITX_TOP_G12A_OFFSET + (addr << 2)); in dw_hdmi_g12a_top_read()
198 writel(addr & 0xffff, dw_hdmi->hdmitx + HDMITX_TOP_ADDR_REG); in dw_hdmi_top_write()
199 writel(addr & 0xffff, dw_hdmi->hdmitx + HDMITX_TOP_ADDR_REG); in dw_hdmi_top_write()
202 writel(data, dw_hdmi->hdmitx + HDMITX_TOP_DATA_REG); in dw_hdmi_top_write()
210 writel(data, dw_hdmi->hdmitx + HDMITX_TOP_G12A_OFFSET + (addr << 2)); in dw_hdmi_g12a_top_write()
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Damlogic,g12a-tohdmitx.txt9 - resets: phandle to the dedicated reset line of the hdmitx glue.
/Linux-v5.4/arch/arm64/boot/dts/amlogic/
Dmeson-gxl.dtsi275 reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy";
Dmeson-g12-common.dtsi135 reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy";
264 function = "hdmitx";
273 function = "hdmitx";
Dmeson-gxbb.dtsi328 reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy";
/Linux-v5.4/drivers/pinctrl/meson/
Dpinctrl-meson-g12a.c1282 FUNCTION(hdmitx),