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

  /src/sys/dev/eisa/
eisareg.h 48 #define EISA_SLOT_ADDR(s) ((s) * EISA_SLOT_SIZE)
dpt_eisa.c 134 if (bus_space_map(iot, EISA_SLOT_ADDR(ea->ea_slot) +
173 sc->sc_isaport = EISA_SLOT_ADDR(ea->ea_slot) + DPT_EISA_SLOT_OFFSET;
bha_eisa.c 120 EISA_SLOT_ADDR(ea->ea_slot) + BHA_EISA_SLOT_OFFSET, BHA_EISA_IOSIZE,
164 EISA_SLOT_ADDR(ea->ea_slot) + BHA_EISA_SLOT_OFFSET, BHA_EISA_IOSIZE,
ahc_eisa.c 88 if (bus_space_map(iot, EISA_SLOT_ADDR(ea->ea_slot) +
125 if (bus_space_map(iot, EISA_SLOT_ADDR(ea->ea_slot) +
if_ep_eisa.c 247 if (bus_space_map(iot, EISA_SLOT_ADDR(ea->ea_slot) + EP_EISA_CFG_BASE,
252 if (bus_space_map(iot, EISA_SLOT_ADDR(ea->ea_slot) + EP_IOPORT_OFFSET,
if_tlp_eisa.c 159 if (bus_space_map(iot, EISA_SLOT_ADDR(ea->ea_slot),
190 bus_space_write_4(iot, ioh, DE425_CBIO, EISA_SLOT_ADDR(ea->ea_slot));
depca_eisa.c 130 if (bus_space_map(sc->sc_iot, EISA_SLOT_ADDR(ea->ea_slot) + 0xc00, 16,
uha_eisa.c 98 if (bus_space_map(iot, EISA_SLOT_ADDR(ea->ea_slot) +
132 if (bus_space_map(iot, EISA_SLOT_ADDR(ea->ea_slot) +
cac_eisa.c 171 if (bus_space_map(iot, EISA_SLOT_ADDR(ea->ea_slot) +
mlx_eisa.c 139 if (bus_space_map(iot, EISA_SLOT_ADDR(ea->ea_slot) +
eisa.c 126 slotaddr = EISA_SLOT_ADDR(slot);
ahb.c 170 EISA_SLOT_ADDR(ea->ea_slot) + AHB_EISA_SLOT_OFFSET,
209 EISA_SLOT_ADDR(ea->ea_slot) + AHB_EISA_SLOT_OFFSET,
  /src/sys/arch/i386/isa/
ahc_isa.c 347 if (ahc_isa_match(ia, EISA_SLOT_ADDR(as->slot) +

Completed in 43 milliseconds