Searched full:earc (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/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.12.1/drivers/clk/imx/ |
D | clk-imx8mp-audiomix.c | 25 #define EARC 0x200 macro 182 CLK_GATE("earc", EARC_IPG), 207 EARC,
|
/linux-6.12.1/sound/soc/fsl/ |
D | fsl_xcvr.c | 241 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()
|
D | Kconfig | 109 iMX CPUs. XCVR is a digital module that supports HDMI2.1 eARC,
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | fsl,xcvr.yaml | 15 HDMI2.1 eARC, HDMI1.4 ARC and SPDIF.
|