Searched refs:FIFO_ENABLE (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/sound/soc/ti/ |
| D | davinci-mcasp.h | 293 #define FIFO_ENABLE BIT(16) macro
|
| D | davinci-mcasp.c | 213 mcasp_clr_bits(mcasp, reg, FIFO_ENABLE); in mcasp_start_rx() 214 mcasp_set_bits(mcasp, reg, FIFO_ENABLE); in mcasp_start_rx() 253 mcasp_clr_bits(mcasp, reg, FIFO_ENABLE); in mcasp_start_tx() 254 mcasp_set_bits(mcasp, reg, FIFO_ENABLE); in mcasp_start_tx() 315 mcasp_clr_bits(mcasp, reg, FIFO_ENABLE); in mcasp_stop_rx() 343 mcasp_clr_bits(mcasp, reg, FIFO_ENABLE); in mcasp_stop_tx()
|