EISA_SLOT_SIZE    443 dev/eisa/aha1742.c 	if (bus_space_map(iot, EISA_SLOT_ADDR(ea->ea_slot), EISA_SLOT_SIZE, 0,
EISA_SLOT_SIZE    458 dev/eisa/aha1742.c 	bus_space_unmap(ea->ea_iot, ioh, EISA_SLOT_SIZE);
EISA_SLOT_SIZE    491 dev/eisa/aha1742.c 	if (bus_space_map(iot, EISA_SLOT_ADDR(ea->ea_slot), EISA_SLOT_SIZE, 0,
EISA_SLOT_SIZE    155 dev/eisa/eisa.c 		if (bus_space_map(iot, slotaddr, EISA_SLOT_SIZE, 0, &slotioh)) {
EISA_SLOT_SIZE    179 dev/eisa/eisa.c 			bus_space_unmap(iot, slotioh, EISA_SLOT_SIZE);
EISA_SLOT_SIZE    187 dev/eisa/eisa.c 			bus_space_unmap(iot, slotioh, EISA_SLOT_SIZE);
EISA_SLOT_SIZE    212 dev/eisa/eisa.c 		bus_space_unmap(iot, slotioh, EISA_SLOT_SIZE);
EISA_SLOT_SIZE     49 dev/eisa/eisareg.h #define	EISA_SLOT_ADDR(s)	((s) * EISA_SLOT_SIZE)
EISA_SLOT_SIZE    135 dev/eisa/if_ep_eisa.c 	    EISA_SLOT_SIZE, 0, &ioh))
EISA_SLOT_SIZE    184 dev/eisa/if_ep_eisa.c 		bus_space_unmap(iot, ioh, EISA_SLOT_SIZE);
EISA_SLOT_SIZE    195 dev/eisa/if_ep_eisa.c 		bus_space_unmap(iot, ioh, EISA_SLOT_SIZE);
EISA_SLOT_SIZE    173 dev/eisa/if_fea.c 	    EISA_SLOT_SIZE, 0, &sc->sc_iobase)) {
EISA_SLOT_SIZE    191 dev/eisa/if_fea.c 		bus_space_unmap(sc->sc_iotag, sc->sc_iobase, EISA_SLOT_SIZE);