Home
last modified time | relevance | path

Searched refs:rx_phase_mode (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/ux500/
H A Dux500_msp_i2s.c147 temp_reg |= MSP_P2_ENABLE_BIT(protdesc->rx_phase_mode); in set_prot_desc_rx()
311 if (protdesc->rx_phase_mode == MSP_SINGLE_PHASE) { in configure_multichannel()
327 __func__, protdesc->rx_phase_mode); in configure_multichannel()
H A Dux500_msp_dai.c229 prot_desc->rx_phase_mode = MSP_SINGLE_PHASE; in setup_pcm_protdesc()
265 prot_desc->rx_phase_mode = MSP_DUAL_PHASE; in setup_i2s_protdesc()
H A Dux500_msp_i2s.h410 u32 rx_phase_mode; member