Searched refs:EG_IO_PORTS (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/isa/ |
| D | if_egreg.h | 42 #define EG_IO_PORTS 8 macro
|
| D | if_eg.c | 293 if (bus_space_map(bst, ia->ia_iobase, EG_IO_PORTS, 0, &bsh)) { in egprobe() 334 bus_space_unmap(bst, bsh, EG_IO_PORTS); in egprobe() 338 bus_space_unmap(bst, bsh, EG_IO_PORTS); in egprobe() 351 if (bus_space_map(bst, ia->ia_iobase, EG_IO_PORTS, 0, &bsh)) { in egattach()
|