Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/drivers/clk/imx/
Dclk-imx8mp-audiomix.c25 #define EARC 0x200 macro
182 CLK_GATE("earc", EARC_IPG),
207 EARC,
/linux-6.12.1/sound/soc/fsl/
Dfsl_xcvr.c241 static const char * const fsl_xcvr_mode[] = { "SPDIF", "ARC RX", "eARC", };
328 } else if (xcvr->mode == FSL_XCVR_MODE_EARC) { /* eARC RX */ in fsl_xcvr_en_phy_pll()
359 if (xcvr->mode == FSL_XCVR_MODE_EARC) { /* eARC mode */ in fsl_xcvr_en_phy_pll()
415 if (xcvr->mode == FSL_XCVR_MODE_EARC) { /* eARC mode */ in fsl_xcvr_en_aud_pll()
483 * disable eARC related HW mode detects in fsl_xcvr_prepare()
514 /** Enable eARC related HW mode detects */ in fsl_xcvr_prepare()
1257 dev_dbg(dev, "CMDC SM falls out of eARC mode\n"); in irq0_isr()
DKconfig109 iMX CPUs. XCVR is a digital module that supports HDMI2.1 eARC,
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dfsl,xcvr.yaml15 HDMI2.1 eARC, HDMI1.4 ARC and SPDIF.