Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/ux500/
Dux500_msp_i2s.c434 unsigned int tx_sel, rx_sel, tx_busy, rx_busy; in ux500_msp_i2s_open() local
443 tx_sel = (config->direction & MSP_DIR_TX) > 0; in ux500_msp_i2s_open()
445 if (!tx_sel && !rx_sel) { in ux500_msp_i2s_open()
453 if (tx_busy && tx_sel) { in ux500_msp_i2s_open()
462 msp->dir_busy |= (tx_sel ? MSP_DIR_TX : 0) | (rx_sel ? MSP_DIR_RX : 0); in ux500_msp_i2s_open()