Home
last modified time | relevance | path

Searched refs:sun68k_bus_subregion (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/sun68k/sun68k/
H A Dbus.c499 static int sun68k_bus_subregion(bus_space_tag_t, bus_space_handle_t,
599 sun68k_bus_subregion(bus_space_tag_t tag, bus_space_handle_t handle, in sun68k_bus_subregion() function
715 sun68k_bus_subregion, /* bus_space_subregion */
/netbsd-src/sys/arch/sun68k/include/
H A Dbus.h107 int (*sun68k_bus_subregion)( member
267 _BS_CALL(t, sun68k_bus_subregion)(t, h, o, s, hp); in bus_space_subregion()