Home
last modified time | relevance | path

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

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