Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/cx25821/
Dcx25821-audio-upstream.h32 #define FIFO_ENABLE 1 macro
Dcx25821-video-upstream.h34 #define FIFO_ENABLE 1 macro
Dcx25821-video-upstream.c209 fifo_enable = (frame == 0) ? FIFO_ENABLE : FIFO_DISABLE; in cx25821_risc_buffer_upstream()
/linux-4.1.27/sound/soc/davinci/
Ddavinci-mcasp.c174 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()
Ddavinci-mcasp.h301 #define FIFO_ENABLE BIT(16) macro