Home
last modified time | relevance | path

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

/freebsd-11-stable/stand/kshim/
HDbsd_busspace.c41 bus_space_subregion(bus_space_tag_t t, bus_space_handle_t bsh, in bus_space_subregion() function
/freebsd-11-stable/sys/pc98/include/
HDbus.h261 #define bus_space_subregion(t, h, o, s, nhp) \ macro
/freebsd-11-stable/sys/x86/include/
HDbus.h153 bus_space_subregion(bus_space_tag_t t __unused, bus_space_handle_t bsh, in bus_space_subregion() function
/freebsd-11-stable/sys/sparc64/include/
HDbus.h145 bus_space_subregion(bus_space_tag_t t __unused, bus_space_handle_t h, in bus_space_subregion() function
/freebsd-11-stable/sys/riscv/include/
HDbus.h293 #define bus_space_subregion(t, h, o, s, hp) \ macro
/freebsd-11-stable/sys/arm64/include/
HDbus.h293 #define bus_space_subregion(t, h, o, s, hp) \ macro
/freebsd-11-stable/sys/powerpc/include/
HDbus.h280 #define bus_space_subregion(t, h, o, s, hp) (*(t)->bs_subregion)(h, o, s, hp) macro
/freebsd-11-stable/sys/arm/include/
HDbus.h310 #define bus_space_subregion(t, h, o, s, hp) \ macro
/freebsd-11-stable/sys/mips/include/
HDbus.h271 #define bus_space_subregion(t, h, o, s, hp) \ macro