Home
last modified time | relevance | path

Searched defs:alpha_bus_space_translation (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/alpha/include/
H A Dbus_user.h28 struct alpha_bus_space_translation { struct
29 bus_addr_t abst_bus_start; /* start of bus window */
30 bus_addr_t abst_bus_end; /* end of bus window */
31 __paddr_t abst_sys_start; /* start of sysBus window */
32 __paddr_t abst_sys_end; /* end of sysBus window */
33 int abst_addr_shift;/* address shift */
34 int abst_size_shift;/* size shift */
35 int abst_flags; /* flags; see below */