Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dpxa27x_udc.c212 if (udccsr0 & UDCCSR0_SST) { in udc_handle_ep0()
214 writel(UDCCSR0_SST, UDCCSR0); in udc_handle_ep0()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h654 #define UDCCSR0_SST (1 << 4) /* Sent Stall */ macro