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