Searched refs:abst_bus_end (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dbus_user.h26 bus_addr_t abst_bus_end; /* end of bus window */ member in struct:alpha_bus_space_translation
/netbsd-6-1-5-RELEASE/lib/libarch/alpha/
H A Dalpha_bus_window.c92 size = ((abst->abst_bus_end - abst->abst_bus_start) + 1) <<
H A Dalpha_pci_mem.c81 (memaddr + (memsize - 1)) > abw->abw_abst.abst_bus_end)
H A Dalpha_pci_io.c136 ioaddr <= abw->abw_abst.abst_bus_end)
/netbsd-6-1-5-RELEASE/sys/arch/alpha/pci/
H A Dpci_swiz_bus_mem_chipdep.c556 abst->abst_bus_end = CHIP_D_MEM_W1_BUS_END(v);
568 abst->abst_bus_end = CHIP_S_MEM_W1_BUS_END(v);
580 abst->abst_bus_end = CHIP_S_MEM_W2_BUS_END(v);
592 abst->abst_bus_end = CHIP_S_MEM_W3_BUS_END(v);
H A Dpci_bwx_bus_io_chipdep.c340 abst->abst_bus_end = 0xffffffffUL;
342 abst->abst_sys_end = CHIP_IO_SYS_START(v) + abst->abst_bus_end;
H A Dpci_bwx_bus_mem_chipdep.c334 abst->abst_bus_end = 0xffffffffUL;
336 abst->abst_sys_end = CHIP_MEM_SYS_START(v) + abst->abst_bus_end;
H A Dpci_swiz_bus_io_chipdep.c388 abst->abst_bus_end = CHIP_IO_W1_BUS_END(v);
400 abst->abst_bus_end = CHIP_IO_W2_BUS_END(v);

Completed in 121 milliseconds