Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/meson/
Dmeson_dw_hdmi.c138 void __iomem *hdmitx; member
166 writel(addr & 0xffff, dw_hdmi->hdmitx + HDMITX_TOP_ADDR_REG); in dw_hdmi_top_read()
167 writel(addr & 0xffff, dw_hdmi->hdmitx + HDMITX_TOP_ADDR_REG); in dw_hdmi_top_read()
170 data = readl(dw_hdmi->hdmitx + HDMITX_TOP_DATA_REG); in dw_hdmi_top_read()
171 data = readl(dw_hdmi->hdmitx + HDMITX_TOP_DATA_REG); in dw_hdmi_top_read()
181 return readl(dw_hdmi->hdmitx + HDMITX_TOP_G12A_OFFSET + (addr << 2)); in dw_hdmi_g12a_top_read()
192 writel(addr & 0xffff, dw_hdmi->hdmitx + HDMITX_TOP_ADDR_REG); in dw_hdmi_top_write()
193 writel(addr & 0xffff, dw_hdmi->hdmitx + HDMITX_TOP_ADDR_REG); in dw_hdmi_top_write()
196 writel(data, dw_hdmi->hdmitx + HDMITX_TOP_DATA_REG); in dw_hdmi_top_write()
204 writel(data, dw_hdmi->hdmitx + HDMITX_TOP_G12A_OFFSET + (addr << 2)); in dw_hdmi_g12a_top_write()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Damlogic,g12a-tohdmitx.txt9 - resets: phandle to the dedicated reset line of the hdmitx glue.
/Linux-v6.1/arch/arm64/boot/dts/amlogic/
Dmeson-g12-common.dtsi207 reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy";
369 function = "hdmitx";
378 function = "hdmitx";
Dmeson-gxbb.dtsi313 reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy";
Dmeson-gxl.dtsi325 reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy";
/Linux-v6.1/arch/arm64/boot/dts/rockchip/
Drk3568-pinctrl.dtsi783 hdmitx {
799 hdmitx_scl: hdmitx-scl {
806 hdmitx_sda: hdmitx-sda {
/Linux-v6.1/drivers/pinctrl/meson/
Dpinctrl-meson-s4.c1145 FUNCTION(hdmitx),
Dpinctrl-meson-g12a.c1286 FUNCTION(hdmitx),