Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dfotg210.c94 clrbits_le32(&regs->oep[ep - 1], OEP_STALL); in ep_reset()
410 setbits_le32(&regs->oep[id - 1], OEP_STALL); in fotg210_setup()
688 OEP_STALL); in fotg210_ep_halt()
696 OEP_STALL); in fotg210_ep_halt()
/openbmc/u-boot/include/usb/
H A Dfotg210.h286 #define OEP_STALL (1 << 11) /* Stall */ macro