Searched refs:UDCCS0_IPR (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/ |
H A D | regs-usb.h | 113 #define UDCCS0_IPR (1 << 1) macro
|
H A D | pxa-regs.h | 470 #define UDCCS0_IPR (1 << 1) /* IN packet ready */ macro
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | pxa25x_udc.c | 108 #define UDCCS0_IPR (1 << 1) /* IN packet ready */ macro 676 ep0start(ep->dev, UDCCS0_IPR, "short IN"); in write_ep0_fifo() 678 udc_ep0_set_UDCCS(dev, UDCCS0_IPR); in write_ep0_fifo() 823 udc_ep_set_UDCCS(ep, UDCCS0_OPR | UDCCS0_IPR); in read_ep0_fifo() 905 ep0start(dev, UDCCS0_IPR, "OUT"); in pxa25x_ep_queue() 1279 (tmp & UDCCS0_IPR) ? " ipr" : "", in udc_debug_show() 1734 ep0start(dev, UDCCS0_IPR, "defer/IPR"); in handle_ep0()
|
H A D | pxa25x_udc.h | 185 (udccs0 & UDCCS0_IPR) ? " ipr" : "", in dump_udccs0()
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | pxa25x_udc.c | 149 (udccs0 & UDCCS0_IPR) ? " ipr" : "", in dump_udccs0() 559 ep0start(ep->dev, UDCCS0_IPR, "short IN"); in write_ep0_fifo() 561 writel(UDCCS0_IPR, &ep->dev->regs->udccs[0]); in write_ep0_fifo() 710 writel(UDCCS0_OPR | UDCCS0_IPR, &ep->dev->regs->udccs[0]); in read_ep0_fifo() 795 ep0start(dev, UDCCS0_IPR, "OUT"); in pxa25x_ep_queue() 1373 ep0start(dev, UDCCS0_IPR, "defer/IPR"); in handle_ep0()
|
/openbmc/linux/arch/arm/mach-sa1100/include/mach/ |
H A D | SA-1100.h | 152 #define UDCCS0_IPR 0x00000002 /* Input Packet Ready */ macro
|
/openbmc/u-boot/include/ |
H A D | SA-1100.h | 295 #define UDCCS0_IPR 0x00000002 /* Input Packet Ready */ macro
|