Home
last modified time | relevance | path

Searched refs:FIFO_FULL (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/mfd/
H A DidtRC38xxx_reg.h127 #define FIFO_FULL BIT(1) macro
/linux/include/linux/usb/
H A Dnet2280.h417 #define FIFO_FULL 11 macro
/linux/drivers/i2c/busses/
H A Di2c-sprd.c54 #define FIFO_FULL BIT(4) macro
/linux/drivers/media/dvb-frontends/
H A Dstv0900_reg.h725 #define FIFO_FULL shiftx(F0900_P1_FIFO_FULL, demod, 0x100000) macro
H A Dstv0900_core.c1709 while (stv0900_get_bits(intp, FIFO_FULL)) in stv0900_diseqc_send()
/linux/drivers/usb/gadget/udc/
H A Dnet2280.c724 else if ((tmp & BIT(FIFO_FULL))) { in read_fifo()