Searched refs:EISA_SLOT_SIZE (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/eisa/
H A Deisareg.h47 #define EISA_SLOT_SIZE 0x1000 macro
48 #define EISA_SLOT_ADDR(s) ((s) * EISA_SLOT_SIZE)
H A Deisa.c133 if (bus_space_map(iot, slotaddr, EISA_SLOT_SIZE, 0, &slotioh)) {
151 bus_space_unmap(iot, slotioh, EISA_SLOT_SIZE);
159 bus_space_unmap(iot, slotioh, EISA_SLOT_SIZE);
179 bus_space_unmap(iot, slotioh, EISA_SLOT_SIZE);
H A Dif_tlp_eisa.c160 EISA_SLOT_SIZE, 0, &ioh)) {

Completed in 202 milliseconds