Home
last modified time | relevance | path

Searched refs:abst_sys_end (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/alpha/pci/
H A Dirongate.c216 abst->abst_sys_end = IRONGATE_PHYSADDR(abst->abst_sys_end); in irongate_bus_get_window()
H A Dtsc.c299 abst->abst_sys_end = TS_PHYSADDR(abst->abst_sys_end); in tsp_bus_get_window()
H A Dpci_swiz_bus_mem_chipdep.c617 abst->abst_sys_end = CHIP_D_MEM_W1_SYS_END(v); in __C()
629 abst->abst_sys_end = CHIP_S_MEM_W1_SYS_END(v); in __C()
641 abst->abst_sys_end = CHIP_S_MEM_W2_SYS_END(v); in __C()
653 abst->abst_sys_end = CHIP_S_MEM_W3_SYS_END(v); in __C()
H A Dpci_swiz_bus_io_chipdep.c425 abst->abst_sys_end = CHIP_IO_W1_SYS_END(v); in __C()
437 abst->abst_sys_end = CHIP_IO_W2_SYS_END(v); in __C()
H A Dpci_bwx_bus_io_chipdep.c363 abst->abst_sys_end = CHIP_IO_SYS_START(v) + abst->abst_bus_end; in __C()
H A Dpci_bwx_bus_mem_chipdep.c357 abst->abst_sys_end = CHIP_MEM_SYS_START(v) + abst->abst_bus_end; in __C()
/netbsd-src/sys/arch/alpha/include/
H A Dbus_user.h32 __paddr_t abst_sys_end; /* end of sysBus window */ member