Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/include/
H A Dbus_space_defs.h320 struct mips_bus_space_translation { struct
321 bus_addr_t mbst_bus_start; /* start of bus window */
322 bus_addr_t mbst_bus_end; /* end of bus window */
323 paddr_t mbst_sys_start; /* start of sysBus window */
324 paddr_t mbst_sys_end; /* end of sysBus window */
325 int mbst_align_stride;/* alignment stride */
326 int mbst_flags; /* flags; see below */