Home
last modified time | relevance | path

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

/openbmc/u-boot/include/usb/
H A Dfotg210.h191 #define CXFIFO_CXSTALL (1 << 2) /* CX Stall */ macro
/openbmc/u-boot/drivers/usb/gadget/
H A Dfotg210.c451 setbits_le32(&regs->cxfifo, CXFIFO_CXSTALL | CXFIFO_CXFIN); in fotg210_setup()