Home
last modified time | relevance | path

Searched full:hdmitx (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/meson/
Dmeson_dw_hdmi.c143 void __iomem *hdmitx; member
177 writel(addr & 0xffff, dw_hdmi->hdmitx + HDMITX_TOP_ADDR_REG); in dw_hdmi_top_read()
178 writel(addr & 0xffff, dw_hdmi->hdmitx + HDMITX_TOP_ADDR_REG); in dw_hdmi_top_read()
181 data = readl(dw_hdmi->hdmitx + HDMITX_TOP_DATA_REG); in dw_hdmi_top_read()
182 data = readl(dw_hdmi->hdmitx + HDMITX_TOP_DATA_REG); in dw_hdmi_top_read()
192 return readl(dw_hdmi->hdmitx + HDMITX_TOP_G12A_OFFSET + (addr << 2)); in dw_hdmi_g12a_top_read()
203 writel(addr & 0xffff, dw_hdmi->hdmitx + HDMITX_TOP_ADDR_REG); in dw_hdmi_top_write()
204 writel(addr & 0xffff, dw_hdmi->hdmitx + HDMITX_TOP_ADDR_REG); in dw_hdmi_top_write()
207 writel(data, dw_hdmi->hdmitx + HDMITX_TOP_DATA_REG); in dw_hdmi_top_write()
215 writel(data, dw_hdmi->hdmitx + HDMITX_TOP_G12A_OFFSET + (addr << 2)); in dw_hdmi_g12a_top_write()
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/display/
Damlogic,meson-dw-hdmi.yaml77 - const: hdmitx
124 reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy";
/Linux-v5.10/Documentation/devicetree/bindings/sound/
Damlogic,g12a-tohdmitx.txt9 - resets: phandle to the dedicated reset line of the hdmitx glue.
/Linux-v5.10/arch/arm64/boot/dts/amlogic/
Dmeson-g12-common.dtsi252 reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy";
414 function = "hdmitx";
423 function = "hdmitx";
Dmeson-gxbb.dtsi313 reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy";
Dmeson-gxl.dtsi325 reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy";
Dmeson-gx.dtsi646 sound-name-prefix = "HDMITX";
/Linux-v5.10/drivers/pinctrl/meson/
Dpinctrl-meson-g12a.c338 /* hdmitx */
1282 FUNCTION(hdmitx),