Home
last modified time | relevance | path

Searched refs:bs_translate (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/mips/include/
H A Dbus_space_defs.h153 int (*bs_translate)(void *, bus_addr_t, bus_size_t, int, member
H A Dbus_space_funcs.h116 (*(t)->bs_translate)((t)->bs_cookie, (a), (s), (f), (bst))
/netbsd-src/sys/arch/mips/adm5120/
H A Dadm5120_cfio.c110 .bs_translate = cf_bs_translate,
/netbsd-src/sys/arch/mips/alchemy/
H A Dau_wired_space.c668 bst->bs_translate = NULL; /* we don't use these */ in au_wired_space_init()
H A Dau_himem_space.c728 bst->bs_translate = NULL; /* we don't use these */ in au_himem_space_init()
/netbsd-src/sys/arch/mips/mips/
H A Dbus_space_alignstride_chipdep.c1163 t->bs_translate = __BS(translate); in __BS()