Searched refs:OPL_SIZE (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/sys/dev/isa/ |
| D | opl_isa.c | 61 #define OPL_SIZE 4 macro 82 if (bus_space_map(sc.iot, ia->ia_iobase, OPL_SIZE, 0, &sc.ioh)) 85 bus_space_unmap(sc.iot, sc.ioh, OPL_SIZE); 98 if (bus_space_map(sc->iot, ia->ia_iobase, OPL_SIZE, 0, &sc->ioh)) {
|