Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa27x-udc.h110 #define UDCCSR0_SST (1 << 4) /* Sent Stall */ macro
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c211 if (udccsr0 & UDCCSR0_SST) { in udc_handle_ep0()
213 writel(UDCCSR0_SST, UDCCSR0); in udc_handle_ep0()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h125 #define UDCCSR0_SST (1 << 4) /* Sent Stall */ macro
H A Dpxa27x_udc.c186 (tmp & UDCCSR0_SST) ? " sst" : "", in eps_dbg_show()
1946 if (udccsr0 & UDCCSR0_SST) { in handle_ep0()
1949 ep_write_UDCCSR(ep, UDCCSR0_SST); in handle_ep0()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h654 #define UDCCSR0_SST (1 << 4) /* Sent Stall */ macro