Home
last modified time | relevance | path

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

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