Searched defs:alpha_bus_space_translation (Results 1 – 1 of 1) sorted by relevance
28 struct alpha_bus_space_translation { struct29 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 */