Home
last modified time | relevance | path

Searched refs:NUM_INT_DEVS (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h366 #define NUM_INT_DEVS 8 /* num of ohci_dev structs for int endpoints */ macro
386 struct ohci_device int_dev[NUM_INT_DEVS] __aligned(TD_ALIGNMENT);
H A Dohci-hcd.c1477 for (i = 0; i < NUM_INT_DEVS; i++) { in ohci_get_ohci_dev()
1483 for (i = 0; i < NUM_INT_DEVS; i++) { in ohci_get_ohci_dev()
1851 for (i = 0; i < NUM_INT_DEVS; i++) in hc_start()