Home
last modified time | relevance | path

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

/freebsd/share/examples/drivers/
H A Dmake_device_driver.sh347 bus_set_resource(child, SYS_RES_IOPORT, 0, ioport, NUMPORTS);
444 if (port_count != NUMPORTS) {
446 port_start, NUMPORTS);
/freebsd/sys/dev/superio/
H A Dsuperio.c105 #define NUMPORTS 2 macro
527 if (port > UINT16_MAX || count < NUMPORTS) { in superio_detect()