Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/isa/
Dif_egreg.h42 #define EG_IO_PORTS 8 macro
Dif_eg.c293 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()