Home
last modified time | relevance | path

Searched refs:nbshp (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/arm/arm/
H A Dbus_space_generic.c107 bus_size_t size, bus_space_handle_t *nbshp) in generic_bs_subregion() argument
110 *nbshp = bsh + offset; in generic_bs_subregion()
/freebsd/stand/kshim/
H A Dbsd_busspace.c41 bus_size_t offset, bus_size_t size, bus_space_handle_t *nbshp) in bus_space_subregion() argument
44 *nbshp = bsh + offset; in bus_space_subregion()
H A Dbsd_kernel.h492 bus_size_t offset, bus_size_t size, bus_space_handle_t *nbshp);
/freebsd/sys/riscv/riscv/
H A Dbus_machdep.c118 bus_size_t size, bus_space_handle_t *nbshp) in generic_bs_subregion() argument
121 *nbshp = bsh + offset; in generic_bs_subregion()
/freebsd/sys/arm64/arm64/
H A Dbus_machdep.c128 bus_size_t size, bus_space_handle_t *nbshp) in generic_bs_subregion() argument
131 *nbshp = bsh + offset; in generic_bs_subregion()
/freebsd/sys/x86/include/
H A Dbus.h157 bus_space_handle_t *nbshp);
162 bus_space_handle_t *nbshp) in bus_space_subregion() argument
165 *nbshp = bsh + offset; in bus_space_subregion()
/freebsd/sys/powerpc/powerpc/
H A Dbus_machdep.c154 bus_size_t size __unused, bus_space_handle_t *nbshp) in bs_gen_subregion() argument
156 *nbshp = bsh + ofs; in bs_gen_subregion()
/freebsd/sys/arm/include/
H A Dbus.h488 bus_space_handle_t *nbshp);