Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/isa/
Dopl_isa.c61 #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)) {