Home
last modified time | relevance | path

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

/linux-6.14.4/Documentation/devicetree/bindings/display/rockchip/
Drockchip,rk3588-dw-hdmi-qp.yaml24 * Enhanced Audio Return Channel (EARC)
40 - description: EARC RX biphase clock
49 - const: earc
59 - description: eARC RX interrupt
67 - const: earc
152 clock-names = "pclk", "earc", "ref", "aud", "hdp", "hclk_vo1";
158 interrupt-names = "avp", "cec", "earc", "main", "hpd";
/linux-6.14.4/drivers/reset/
Dreset-imx8mp-audiomix.c14 #define EARC 0x200 macro
38 reg = readl(reg_addr + EARC); in imx8mp_audiomix_reset_assert()
39 writel(reg & ~mask, reg_addr + EARC); in imx8mp_audiomix_reset_assert()
55 reg = readl(reg_addr + EARC); in imx8mp_audiomix_reset_deassert()
56 writel(reg | mask, reg_addr + EARC); in imx8mp_audiomix_reset_deassert()
/linux-6.14.4/drivers/clk/imx/
Dclk-imx8mp-audiomix.c25 #define EARC 0x200 macro
182 CLK_GATE("earc", EARC_IPG),
207 EARC,
/linux-6.14.4/sound/soc/fsl/
Dfsl_xcvr.c248 static const char * const fsl_xcvr_mode[] = { "SPDIF", "ARC RX", "eARC", };
388 } else if (xcvr->mode == FSL_XCVR_MODE_EARC) { /* eARC RX */ in fsl_xcvr_en_phy_pll()
419 if (xcvr->mode == FSL_XCVR_MODE_EARC) { /* eARC mode */ in fsl_xcvr_en_phy_pll()
475 if (xcvr->mode == FSL_XCVR_MODE_EARC) { /* eARC mode */ in fsl_xcvr_en_aud_pll()
543 * disable eARC related HW mode detects in fsl_xcvr_prepare()
574 /** Enable eARC related HW mode detects */ in fsl_xcvr_prepare()
1441 dev_dbg(dev, "CMDC SM falls out of eARC mode\n"); in irq0_isr()
DKconfig113 iMX CPUs. XCVR is a digital module that supports HDMI2.1 eARC,
/linux-6.14.4/Documentation/devicetree/bindings/sound/
Dfsl,xcvr.yaml15 HDMI2.1 eARC, HDMI1.4 ARC and SPDIF.
/linux-6.14.4/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi-qp.h508 /* eARC RX CMDC Registers */
659 /* eARC RX DMAC Registers */
821 /* eARC RX Interrupt Registers */
/linux-6.14.4/arch/arm64/boot/dts/rockchip/
Drk3588-base.dtsi1381 clock-names = "pclk", "earc", "ref", "aud", "hdp", "hclk_vo1";
1387 interrupt-names = "avp", "cec", "earc", "main", "hpd";