Searched refs:PUC_MAX_PORTS (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dpucvar.h40 #define PUC_MAX_PORTS 16 macro
51 } ports[PUC_MAX_PORTS];
64 ((port) < PUC_MAX_PORTS && (desc)->ports[(port)].type != PUC_PORT_TYPE_NONE)
H A Dpuc.c94 } sc_ports[PUC_MAX_PORTS];
H A Dpucdata.c1233 * PUC_MAX_PORTS needs to be raised in order to reach these ports
1235 #if PUC_MAX_PORTS >= 16
1244 #endif /* PUC_MAX_PORTS >= 16 */

Completed in 100 milliseconds