Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Dusb.h12 struct usb_ctlr { struct
14 uint id;
15 uint reserved0;
16 uint host;
17 uint device;
20 uint txbuf;
21 uint rxbuf;
22 uint reserved1[2];
25 uint reserved2[56];
28 u16 cap_length;
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/u-boot/include/linux/
H A Dimmap_qe.h246 typedef struct usb_ctlr { struct
247 u8 usb_usmod;
248 u8 usb_usadr;
249 u8 usb_uscom;
250 u8 res1[1];
251 u16 usb_usep1;
252 u16 usb_usep2;
253 u16 usb_usep3;
254 u16 usb_usep4;
255 u8 res2[4];
[all …]