Searched refs:BUS__NTYPES (Results 1 – 4 of 4) sorted by relevance
64 } bus_info[BUS__NTYPES] = {89 if ((bustype < 0) || (bustype >= BUS__NTYPES)) in bus_tmapin()138 if ((bustype < 0) || (bustype >= BUS__NTYPES)) in bus_mapin()
68 } bus_info[BUS__NTYPES] = {93 if ((bustype < 0) || (bustype >= BUS__NTYPES)) in bus_tmapin()138 if ((bustype < 0) || (bustype >= BUS__NTYPES)) in bus_mapin()
77 for (i = 0; i < BUS__NTYPES; i++) { in main_attach()
52 #define BUS__NTYPES 8 /* not a valid bus type */ macro