Searched full:earc (Results 1 – 8 of 8) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/display/rockchip/ |
D | rockchip,rk3588-dw-hdmi-qp.yaml | 24 * 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/ |
D | reset-imx8mp-audiomix.c | 14 #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/ |
D | clk-imx8mp-audiomix.c | 25 #define EARC 0x200 macro 182 CLK_GATE("earc", EARC_IPG), 207 EARC,
|
/linux-6.14.4/sound/soc/fsl/ |
D | fsl_xcvr.c | 248 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()
|
D | Kconfig | 113 iMX CPUs. XCVR is a digital module that supports HDMI2.1 eARC,
|
/linux-6.14.4/Documentation/devicetree/bindings/sound/ |
D | fsl,xcvr.yaml | 15 HDMI2.1 eARC, HDMI1.4 ARC and SPDIF.
|
/linux-6.14.4/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi-qp.h | 508 /* eARC RX CMDC Registers */ 659 /* eARC RX DMAC Registers */ 821 /* eARC RX Interrupt Registers */
|
/linux-6.14.4/arch/arm64/boot/dts/rockchip/ |
D | rk3588-base.dtsi | 1381 clock-names = "pclk", "earc", "ref", "aud", "hdp", "hclk_vo1"; 1387 interrupt-names = "avp", "cec", "earc", "main", "hpd";
|