Home
last modified time | relevance | path

Searched refs:UDCCSR_SST (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa27x-udc.h146 #define UDCCSR_SST (1 << 4) /* Sent STALL */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h137 #define UDCCSR_SST (1 << 4) /* Sent STALL */ macro
H A Dpxa27x_udc.c1299 | (EPXFERTYPE_is_ISO(ep) ? 0 : UDCCSR_SST)); in pxa_ep_fifo_flush()
2043 if (unlikely(udccsr & (UDCCSR_SST | UDCCSR_TRN))) in handle_ep()
2045 udccsr & (UDCCSR_SST | UDCCSR_TRN)); in handle_ep()
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c376 u32 flags = readl(UDCCSN(ep_num)) & (UDCCSR_SST | UDCCSR_TRN); in udc_handle_ep()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h690 #define UDCCSR_SST (1 << 4) /* Sent STALL */ macro