Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/meson/
Dmeson_dw_hdmi.c143 void __iomem *hdmitx; member
175 writel(addr & 0xffff, dw_hdmi->hdmitx + HDMITX_TOP_ADDR_REG); in dw_hdmi_top_read()
176 writel(addr & 0xffff, dw_hdmi->hdmitx + HDMITX_TOP_ADDR_REG); in dw_hdmi_top_read()
179 data = readl(dw_hdmi->hdmitx + HDMITX_TOP_DATA_REG); in dw_hdmi_top_read()
180 data = readl(dw_hdmi->hdmitx + HDMITX_TOP_DATA_REG); in dw_hdmi_top_read()
190 return readl(dw_hdmi->hdmitx + HDMITX_TOP_G12A_OFFSET + (addr << 2)); in dw_hdmi_g12a_top_read()
201 writel(addr & 0xffff, dw_hdmi->hdmitx + HDMITX_TOP_ADDR_REG); in dw_hdmi_top_write()
202 writel(addr & 0xffff, dw_hdmi->hdmitx + HDMITX_TOP_ADDR_REG); in dw_hdmi_top_write()
205 writel(data, dw_hdmi->hdmitx + HDMITX_TOP_DATA_REG); in dw_hdmi_top_write()
213 writel(data, dw_hdmi->hdmitx + HDMITX_TOP_G12A_OFFSET + (addr << 2)); in dw_hdmi_g12a_top_write()
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/sound/
Damlogic,g12a-tohdmitx.txt9 - resets: phandle to the dedicated reset line of the hdmitx glue.
/Linux-v5.15/arch/arm64/boot/dts/amlogic/
Dmeson-g12-common.dtsi256 reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy";
418 function = "hdmitx";
427 function = "hdmitx";
Dmeson-gxbb.dtsi313 reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy";
Dmeson-gxl.dtsi325 reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy";
/Linux-v5.15/arch/arm64/boot/dts/rockchip/
Drk3568-pinctrl.dtsi783 hdmitx {
799 hdmitx_scl: hdmitx-scl {
806 hdmitx_sda: hdmitx-sda {
/Linux-v5.15/drivers/pinctrl/meson/
Dpinctrl-meson-g12a.c1282 FUNCTION(hdmitx),