Searched refs:MAX_MP_BUSSES (Results 1 – 3 of 3) sorted by relevance
20 # define MAX_MP_BUSSES 32 macro22 # define MAX_MP_BUSSES 260 macro29 #define MAX_MP_BUSSES 256 macro31 #define MAX_IRQ_SOURCES (MAX_MP_BUSSES * 4)36 extern int mp_bus_id_to_type[MAX_MP_BUSSES];39 extern DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES);
80 #if MAX_MP_BUSSES < 256 in MP_bus_info()81 if (m->busid >= MAX_MP_BUSSES) { in MP_bus_info()83 m->busid, str, MAX_MP_BUSSES - 1); in MP_bus_info()
172 int mp_bus_id_to_type[MAX_MP_BUSSES];175 DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES);
Completed in 12 milliseconds