Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/ux500/
H A Dux500_msp_i2s.c197 if (config->direction & MSP_DIR_TX) in configure_protocol()
366 if (config->direction & MSP_DIR_TX) in enable_msp()
428 tx_sel = (config->direction & MSP_DIR_TX) > 0; in ux500_msp_i2s_open()
436 tx_busy = (msp->dir_busy & MSP_DIR_TX) > 0; in ux500_msp_i2s_open()
447 msp->dir_busy |= (tx_sel ? MSP_DIR_TX : 0) | (rx_sel ? MSP_DIR_RX : 0); in ux500_msp_i2s_open()
513 msp->dir_busy &= ~MSP_DIR_TX; in disable_msp_tx()
522 disable_tx = dir & MSP_DIR_TX; in disable_msp()
523 disable_rx = dir & MSP_DIR_TX; in disable_msp()
H A Dux500_msp_dai.c316 MSP_DIR_TX : MSP_DIR_RX; in setup_msp_config()
438 is_playback ? MSP_DIR_TX : MSP_DIR_RX)) { in ux500_msp_dai_shutdown()
H A Dux500_msp_i2s.h364 MSP_DIR_TX = 0x01, enumerator