Home
last modified time | relevance | path

Searched defs:usb_ctlr (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dusb.h11 struct usb_ctlr { struct
13 uint id;
14 uint reserved0;
15 uint host;
16 uint device;
19 uint txbuf;
20 uint rxbuf;
21 uint reserved1[2];
24 uint reserved2[56];
27 u16 cap_length;
[all …]
/openbmc/linux/include/soc/fsl/
H A Dcpm.h38 struct usb_ctlr { struct
39 u8 usb_usmod;
40 u8 usb_usadr;
41 u8 usb_uscom;
42 u8 res1[1];
43 __be16 usb_usep[4];
44 u8 res2[4];
45 __be16 usb_usber;
46 u8 res3[2];
47 __be16 usb_usbmr;
[all …]
/openbmc/u-boot/include/linux/
H A Dimmap_qe.h245 typedef struct usb_ctlr { struct
246 u8 usb_usmod;
247 u8 usb_usadr;
248 u8 usb_uscom;
249 u8 res1[1];
250 u16 usb_usep1;
251 u16 usb_usep2;
252 u16 usb_usep3;
253 u16 usb_usep4;
254 u8 res2[4];
[all …]