Home
last modified time | relevance | path

Searched defs:pxa25x_ep (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.h48 struct pxa25x_ep { struct
49 struct usb_ep ep;
50 struct pxa25x_udc *dev;
53 struct list_head queue;
54 unsigned long pio_irqs;
57 u8 bEndpointAddress;
58 u8 bmAttributes;
60 unsigned stopped:1;
67 u32 *reg_udccs;
68 u32 *reg_ubcr;
[all …]
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h35 struct pxa25x_ep { struct
36 struct usb_ep ep;
37 struct pxa25x_udc *dev;
39 struct list_head queue;
40 unsigned long pio_irqs;
43 u8 bEndpointAddress;
44 u8 bmAttributes;
46 unsigned stopped : 1;
54 u32 regoff_udccs;
55 u32 regoff_ubcr;
[all …]