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

  /src/sys/arch/arc/isa/
isapnp_machdep.c 72 sc->sc_addr_ioh = bst->bs_vbase + ISAPNP_ADDR - bst->bs_start;
73 sc->sc_wrdata_ioh = bst->bs_vbase + ISAPNP_WRDATA - bst->bs_start;
  /src/sys/arch/mipsco/mipsco/
bus_space.c 48 bst->bs_start = start;
87 ((addr - bst->bs_start) << bst->bs_stride);
148 if (addr < bst->bs_start || addr + size > bst->bs_start + bst->bs_size)
176 if (addr < bst->bs_start ||
177 (addr + off) >= (bst->bs_start + bst->bs_size))
180 return (mips_btop(bst->bs_pbase + (addr - bst->bs_start) + off));
  /src/sys/arch/arc/arc/
bus_space.c 319 bst->bs_start = start;
359 error = vmem_add(bst->bs_arena, bst->bs_start, bst->bs_size,
385 bus_space_handle_t bsh = bst->bs_vbase + (addr - bst->bs_start);
452 if (addr < bst->bs_start || addr + size > bst->bs_start + bst->bs_size)
479 addr = (bus_size_t)(pa - bst->bs_pbase) + bst->bs_start;
504 if (addr < bst->bs_start ||
505 (addr + off) >= (bst->bs_start + bst->bs_size))
508 return mips_btop(bst->bs_pbase + (addr - bst->bs_start) + off);
523 if (start < bst->bs_start ||
    [all...]
bus_space_large.c 86 pa = bst->bs_pbase + (addr - bst->bs_start);
c_jazz_eisa.c 197 com_console_address = jazzio_bus.bs_start + 0x6000;
bus_space_sparse.c 71 bus_size_t offset = addr - bst->bs_start;
  /src/sys/arch/arc/include/
isa_machdep.h 46 #define isa_outb(x,y) outb(arc_bus_io.bs_vbase + (x)- arc_bus_io.bs_start, y)
47 #define isa_inb(x) inb(arc_bus_io.bs_vbase + (x) - arc_bus_io.bs_start)
bus_defs.h 122 bus_addr_t bs_start; member in struct:arc_bus_space
  /src/sys/arch/mipsco/include/
bus.h 119 bus_addr_t bs_start; member in struct:mipsco_bus_space

Completed in 15 milliseconds