Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Dpxa27x_udc.c376 u32 flags = readl(UDCCSN(ep_num)) & (UDCCSR_SST | UDCCSR_TRN); in udc_handle_ep()
/external/u-boot/arch/arm/include/asm/arch-pxa/
Dpxa-regs.h690 #define UDCCSR_SST (1 << 4) /* Sent STALL */ macro