Home
last modified time | relevance | path

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

/sound/soc/ux500/
Dux500_msp_i2s.h203 #define TX_FIFO_EMPTY BIT(4) macro
Dux500_msp_i2s.c423 while (!(reg_val_FLR & TX_FIFO_EMPTY) && limit--) { in flush_fifo_tx()