HomeSort by: relevance | last modified time | path
    Searched refs:EISA_SLOT_SIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/eisa/
eisareg.h 47 #define EISA_SLOT_SIZE 0x1000
48 #define EISA_SLOT_ADDR(s) ((s) * EISA_SLOT_SIZE)
eisa.c 133 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);
if_tlp_eisa.c 160 EISA_SLOT_SIZE, 0, &ioh)) {

Completed in 11 milliseconds