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.sh346 bus_set_resource(child, SYS_RES_IOPORT, 0, ioport, NUMPORTS);
443 if (port_count != NUMPORTS) {
445 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()