Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/ti/
H A Ddavinci-mcasp.h293 #define FIFO_ENABLE BIT(16) macro
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/can/rockchip/
H A Drockchip_canfd.c192 #define FIFO_ENABLE BIT(0) macro
421 rockchip_canfd_read(rcan, CAN_RXFC) | FIFO_ENABLE); in rockchip_canfd_start()
H A Dforlinx_canfd.c192 #define FIFO_ENABLE BIT(0) macro
421 rockchip_canfd_read(rcan, CAN_RXFC) | FIFO_ENABLE); in rockchip_canfd_start()