Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/ux500/
Dux500_msp_i2s.c202 if (config->direction & MSP_DIR_RX) in configure_protocol()
367 if ((config->direction & MSP_DIR_RX) && in enable_msp()
381 if (config->direction & MSP_DIR_RX) in enable_msp()
446 rx_sel = (config->direction & MSP_DIR_RX) > 0; in ux500_msp_i2s_open()
454 rx_busy = (msp->dir_busy & MSP_DIR_RX) > 0; in ux500_msp_i2s_open()
464 msp->dir_busy |= (tx_sel ? MSP_DIR_TX : 0) | (rx_sel ? MSP_DIR_RX : 0); in ux500_msp_i2s_open()
514 msp->dir_busy &= ~MSP_DIR_RX; in disable_msp_rx()
Dux500_msp_dai.c319 MSP_DIR_TX : MSP_DIR_RX; in setup_msp_config()
441 is_playback ? MSP_DIR_TX : MSP_DIR_RX)) { in ux500_msp_dai_shutdown()
Dux500_msp_i2s.h368 MSP_DIR_RX = 0x02, enumerator