Searched refs:max_root_hub (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/host/
H A Dr8a66597-hcd.c207 for (port = 0; port < r8a66597->max_root_hub; port++)
229 for (port = 0; port < r8a66597->max_root_hub; port++)
265 if (*root_port >= r8a66597->max_root_hub)
439 for (port = 0; port < r8a66597->max_root_hub; port++) {
1818 for (port = 0; port < r8a66597->max_root_hub; port++)
2126 for (i = 0; i < r8a66597->max_root_hub; i++) {
2141 desc->bNbrPorts = r8a66597->max_root_hub;
2146 ((1 << r8a66597->max_root_hub) - 1) << 1;
2174 if (wIndex > r8a66597->max_root_hub)
2207 if (wIndex > r8a66597->max_root_hub)
[all...]
H A Dr8a66597.h128 unsigned int max_root_hub; member in struct:r8a66597

Completed in 113 milliseconds