Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dnet2280.h431 #define FIFO_FULL 11 macro
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-sprd.c55 #define FIFO_FULL BIT(4) macro
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dnet2280.c724 else if ((tmp & BIT(FIFO_FULL))) { in read_fifo()