Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa27x-udc.h112 #define UDCCSR0_FTF (1 << 2) /* Flush Transmit FIFO */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h127 #define UDCCSR0_FTF (1 << 2) /* Flush Transmit FIFO */ macro
H A Dpxa27x_udc.c1878 ep_write_UDCCSR(ep, UDCCSR0_FST | UDCCSR0_FTF); in handle_ep0_ctrl_req()
2254 ep_write_UDCCSR(ep, UDCCSR0_FTF | UDCCSR0_OPC); in irq_udc_reset()
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c347 writel(UDCCSR0_OPC | UDCCSR0_FTF, UDCCSR0); in udc_handle_ep0()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h656 #define UDCCSR0_FTF (1 << 2) /* Flush Transmit FIFO */ macro