Searched refs:FIFO_ENABLE (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/soc/davinci/ |
D | davinci-mcasp.h | 304 #define FIFO_ENABLE BIT(16) macro
|
D | davinci-mcasp.c | 177 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()
|