Searched refs:DWC3_DEVS_POSSIBLE (Results 1 – 1 of 1) sorted by relevance
68 #define DWC3_DEVS_POSSIBLE 32 macro70 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()