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