Lines Matching defs:pxa25x_ep
40 struct pxa25x_ep { struct
41 struct usb_ep ep;
42 struct pxa25x_udc *dev;
44 struct list_head queue;
45 unsigned long pio_irqs;
47 unsigned short fifo_size;
48 u8 bEndpointAddress;
49 u8 bmAttributes;
51 unsigned stopped : 1;
52 unsigned dma_fixup : 1;
59 volatile u32 *reg_udccs;
60 volatile u32 *reg_ubcr;
61 volatile u32 *reg_uddr;