Home
last modified time | relevance | path

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

/openbmc/u-boot/include/usb/
H A Dfotg210.h181 #define CXFIFO_BYTES(x) (((x) >> 24) & 0x7f) /* CX/EP0 FIFO byte count */ macro
/openbmc/u-boot/drivers/usb/gadget/
H A Dfotg210.c261 blen = CXFIFO_BYTES(readl(&regs->cxfifo)); in fotg210_dma()