Searched refs:bus_space (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-13-stable/sys/riscv/include/
H A D_bus.h43 typedef struct bus_space *bus_space_tag_t;
/freebsd-13-stable/sys/arm/include/
H A D_bus.h44 typedef struct bus_space *bus_space_tag_t;
/freebsd-13-stable/sys/arm64/include/
H A D_bus.h43 typedef struct bus_space *bus_space_tag_t;
/freebsd-13-stable/sys/mips/include/
H A D_bus.h49 typedef struct bus_space *bus_space_tag_t;
/freebsd-13-stable/sys/powerpc/include/
H A D_bus.h46 typedef struct bus_space *bus_space_tag_t;
/freebsd-13-stable/sys/mips/malta/
H A Dobiovar.h58 extern struct bus_space obio_bs_tag;
H A Duart_cpu_maltausart.c55 extern struct bus_space malta_bs_tag;
H A Dgt_pci_bus_space.c113 static struct bus_space gt_pci_space = {
225 /* generic bus_space tag */
/freebsd-13-stable/share/man/man9/
H A DMakefile58 bus_space.9 \
686 MLINKS+=bus_space.9 bus_space_alloc.9 \
687 bus_space.9 bus_space_barrier.9 \
688 bus_space.9 bus_space_copy_region_1.9 \
689 bus_space.9 bus_space_copy_region_2.9 \
690 bus_space.9 bus_space_copy_region_4.9 \
691 bus_space.9 bus_space_copy_region_8.9 \
692 bus_space.9 bus_space_copy_region_stream_1.9 \
693 bus_space.9 bus_space_copy_region_stream_2.9 \
694 bus_space
[all...]
/freebsd-13-stable/sys/riscv/riscv/
H A Dofw_machdep.c38 extern struct bus_space memmap_bus;
H A Dbus_machdep.c127 struct bus_space memmap_bus = {
H A Dnexus.c65 extern struct bus_space memmap_bus;
/freebsd-13-stable/sys/arm64/arm64/
H A Dofw_machdep.c38 extern struct bus_space memmap_bus;
H A Dbus_machdep.c171 struct bus_space memmap_bus = {
/freebsd-13-stable/sys/dev/usb/controller/
H A Dmusb_otg_allwinner.c127 struct bus_space bs;
248 const struct bus_space *bs = t;
276 const struct bus_space *bs = t;
287 const struct bus_space *bs = t;
299 const struct bus_space *bs = t;
311 const struct bus_space *bs = t;
320 const struct bus_space *bs = t;
329 const struct bus_space *bs = t;
341 const struct bus_space *bs = t;
/freebsd-13-stable/sys/mips/atheros/
H A Dar71xx_bus_space_reversed.c48 static struct bus_space bus_space_reversed = {
H A Dar71xx_pci_bus_space.c51 static struct bus_space bus_space_pcimem = {
/freebsd-13-stable/sys/arm/arm/
H A Dbus_space_base.c41 /* Prototypes for all the bus_space structure functions */
48 static struct bus_space arm_base_bus_space __aligned(CACHE_LINE_SIZE) = {
/freebsd-13-stable/sys/mips/cavium/
H A Duart_cpu_octeonusart.c114 struct bus_space octeon_uart_tag = {
H A Dobio.c64 extern struct bus_space octeon_uart_tag;
/freebsd-13-stable/sys/dev/uart/
H A Duart_cpu_arm64.c68 extern struct bus_space memmap_bus;
/freebsd-13-stable/sys/powerpc/ps3/
H A Dehci_ps3.c71 struct bus_space tag;
/freebsd-13-stable/sys/arm64/acpica/
H A Dacpi_machdep.c49 extern struct bus_space memmap_bus;
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dbus_machdep.c794 struct bus_space bs_le_tag = {
796 struct bus_space bs_be_tag = {
911 struct bus_space bs_be_tag = {
913 struct bus_space bs_le_tag = {
/freebsd-13-stable/sys/mips/nlm/
H A Dbus_space_rmi.c251 static struct bus_space local_rmi_bus_space = {
358 /* generic bus_space tag */
699 static struct bus_space local_rmi_uart_bus_space = {
761 /* generic bus_space tag */

Completed in 278 milliseconds

12