Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-am33xx/
Dcpu.h493 struct ctrl_dev { struct
494 unsigned int deviceid; /* offset 0x00 */
495 unsigned int resv1[7];
496 unsigned int usb_ctrl0; /* offset 0x20 */
497 unsigned int resv2;
498 unsigned int usb_ctrl1; /* offset 0x28 */
499 unsigned int resv3;
500 unsigned int macid0l; /* offset 0x30 */
501 unsigned int macid0h; /* offset 0x34 */
502 unsigned int macid1l; /* offset 0x38 */
[all …]
/third_party/FreeBSD/sys/dev/usb/
Dusb_device.h222 struct usb_fs_privdata *ctrl_dev; /* Control Endpoint 0 device node */ member