Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dfotg210.h183 #define CXFIFO_FIFOE(x) (1 << (((x) & 0x03) + 8)) /* EPx FIFO empty */ macro
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dfotg210.c252 fotg210_cxwait(chip, CXFIFO_FIFOE(fifo)); in fotg210_dma()