Home
last modified time | relevance | path

Searched refs:FSL_XCVR_MODE_EARC (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/fsl/
H A Dfsl_xcvr.c212 (xcvr->mode == FSL_XCVR_MODE_EARC)); in fsl_xcvr_mode_put()
316 } else if (xcvr->mode == FSL_XCVR_MODE_EARC) { /* eARC RX */ in fsl_xcvr_en_phy_pll()
332 if (xcvr->mode == FSL_XCVR_MODE_EARC) { /* eARC mode */ in fsl_xcvr_en_phy_pll()
386 if (xcvr->mode == FSL_XCVR_MODE_EARC) { /* eARC mode */ in fsl_xcvr_en_aud_pll()
474 case FSL_XCVR_MODE_EARC: in fsl_xcvr_prepare()
570 case FSL_XCVR_MODE_EARC: in fsl_xcvr_startup()
614 (xcvr->mode == FSL_XCVR_MODE_EARC)); in fsl_xcvr_shutdown()
629 if (xcvr->mode == FSL_XCVR_MODE_EARC) { in fsl_xcvr_shutdown()
655 case FSL_XCVR_MODE_EARC: in fsl_xcvr_trigger()
721 case FSL_XCVR_MODE_EARC: in fsl_xcvr_trigger()
H A Dfsl_xcvr.h13 #define FSL_XCVR_MODE_EARC 2 macro