Searched refs:FIFO_ENABLE (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/media/pci/cx25821/ |
D | cx25821-audio-upstream.h | 32 #define FIFO_ENABLE 1 macro
|
D | cx25821-video-upstream.h | 34 #define FIFO_ENABLE 1 macro
|
D | cx25821-video-upstream.c | 209 fifo_enable = (frame == 0) ? FIFO_ENABLE : FIFO_DISABLE; in cx25821_risc_buffer_upstream()
|
/linux-4.1.27/sound/soc/davinci/ |
D | davinci-mcasp.c | 174 mcasp_clr_bits(mcasp, reg, FIFO_ENABLE); in mcasp_start_rx() 175 mcasp_set_bits(mcasp, reg, FIFO_ENABLE); in mcasp_start_rx() 212 mcasp_clr_bits(mcasp, reg, FIFO_ENABLE); in mcasp_start_tx() 213 mcasp_set_bits(mcasp, reg, FIFO_ENABLE); in mcasp_start_tx() 267 mcasp_clr_bits(mcasp, reg, FIFO_ENABLE); in mcasp_stop_rx() 292 mcasp_clr_bits(mcasp, reg, FIFO_ENABLE); in mcasp_stop_tx()
|
D | davinci-mcasp.h | 301 #define FIFO_ENABLE BIT(16) macro
|