Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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.c1478 for (i = 0; i < NUM_INT_DEVS; i++) { in ohci_get_ohci_dev()
1484 for (i = 0; i < NUM_INT_DEVS; i++) { in ohci_get_ohci_dev()
1852 for (i = 0; i < NUM_INT_DEVS; i++) in hc_start()