Home
last modified time | relevance | path

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

/linux/drivers/staging/gpib/fmh_gpib/
H A Dfmh_gpib.h116 RX_FIFO_EMPTY = 0x0100, enumerator
H A Dfmh_gpib.c807 while ((fifos_read(e_priv, FIFO_CONTROL_STATUS_REG) & RX_FIFO_EMPTY) == 0) { in fmh_gpib_dma_read()
966 while ((fifos_read(e_priv, FIFO_CONTROL_STATUS_REG) & RX_FIFO_EMPTY) == 0) { in fmh_gpib_fifo_read_countable()
/linux/drivers/net/ethernet/moxa/
H A Dmoxart_ether.h238 #define RX_FIFO_EMPTY BIT(26) macro
/linux/sound/soc/ux500/
H A Dux500_msp_i2s.h197 #define RX_FIFO_EMPTY BIT(1) macro
H A Dux500_msp_i2s.c388 while (!(reg_val_FLR & RX_FIFO_EMPTY) && limit--) { in flush_fifo_rx()