Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/davinci/
Ddavinci-mcasp.h304 #define FIFO_ENABLE BIT(16) macro
Ddavinci-mcasp.c177 mcasp_clr_bits(mcasp, reg, FIFO_ENABLE); in mcasp_start_rx()
178 mcasp_set_bits(mcasp, reg, FIFO_ENABLE); in mcasp_start_rx()
215 mcasp_clr_bits(mcasp, reg, FIFO_ENABLE); in mcasp_start_tx()
216 mcasp_set_bits(mcasp, reg, FIFO_ENABLE); in mcasp_start_tx()
270 mcasp_clr_bits(mcasp, reg, FIFO_ENABLE); in mcasp_stop_rx()
295 mcasp_clr_bits(mcasp, reg, FIFO_ENABLE); in mcasp_stop_tx()