Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/ux500/
H A Dux500_msp_i2s.c120 temp_reg |= MSP_P2_ENABLE_BIT(protdesc->tx_phase_mode); in set_prot_desc_tx()
290 if (protdesc->tx_phase_mode == MSP_SINGLE_PHASE) { in configure_multichannel()
306 __func__, protdesc->tx_phase_mode); in configure_multichannel()
H A Dux500_msp_dai.c230 prot_desc->tx_phase_mode = MSP_SINGLE_PHASE; in setup_pcm_protdesc()
266 prot_desc->tx_phase_mode = MSP_DUAL_PHASE; in setup_i2s_protdesc()
H A Dux500_msp_i2s.h411 u32 tx_phase_mode; member