Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/ti/
Ddavinci-mcasp.h293 #define FIFO_ENABLE BIT(16) macro
Ddavinci-mcasp.c214 mcasp_clr_bits(mcasp, reg, FIFO_ENABLE); in mcasp_start_rx()
215 mcasp_set_bits(mcasp, reg, FIFO_ENABLE); in mcasp_start_rx()
254 mcasp_clr_bits(mcasp, reg, FIFO_ENABLE); in mcasp_start_tx()
255 mcasp_set_bits(mcasp, reg, FIFO_ENABLE); in mcasp_start_tx()
316 mcasp_clr_bits(mcasp, reg, FIFO_ENABLE); in mcasp_stop_rx()
344 mcasp_clr_bits(mcasp, reg, FIFO_ENABLE); in mcasp_stop_tx()