Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/dwc3/
Dcore.c68 #define DWC3_DEVS_POSSIBLE 32 macro
70 static DECLARE_BITMAP(dwc3_devs, DWC3_DEVS_POSSIBLE);
77 id = find_first_zero_bit(dwc3_devs, DWC3_DEVS_POSSIBLE); in dwc3_get_device_id()
78 if (id < DWC3_DEVS_POSSIBLE) { in dwc3_get_device_id()