Searched refs:EISA_SLOT_SIZE (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/dev/eisa/ |
| D | eisa.c | 133 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()
|
| D | eisareg.h | 47 #define EISA_SLOT_SIZE 0x1000 macro 48 #define EISA_SLOT_ADDR(s) ((s) * EISA_SLOT_SIZE)
|
| D | if_tlp_eisa.c | 160 EISA_SLOT_SIZE, 0, &ioh)) { in tlp_eisa_attach()
|