Searched full:hdmitx (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/meson/ |
D | meson_dw_hdmi.c | 143 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/ |
D | amlogic,meson-dw-hdmi.yaml | 77 - const: hdmitx 124 reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy";
|
/Linux-v5.10/Documentation/devicetree/bindings/sound/ |
D | amlogic,g12a-tohdmitx.txt | 9 - resets: phandle to the dedicated reset line of the hdmitx glue.
|
/Linux-v5.10/arch/arm64/boot/dts/amlogic/ |
D | meson-g12-common.dtsi | 252 reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy"; 414 function = "hdmitx"; 423 function = "hdmitx";
|
D | meson-gxbb.dtsi | 313 reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy";
|
D | meson-gxl.dtsi | 325 reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy";
|
D | meson-gx.dtsi | 646 sound-name-prefix = "HDMITX";
|
/Linux-v5.10/drivers/pinctrl/meson/ |
D | pinctrl-meson-g12a.c | 338 /* hdmitx */ 1282 FUNCTION(hdmitx),
|