Home
last modified time | relevance | path

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

/openbmc/u-boot/include/usb/
H A Dfotg210.h346 #define FIFOCSR_BYTES(x) ((x) & 0x7ff) /* Length(bytes) for OUT-EP/FIFO */ macro
/openbmc/u-boot/drivers/usb/gadget/
H A Dfotg210.c265 blen = FIFOCSR_BYTES(readl(&regs->fifocsr[fifo])); in fotg210_dma()