Symbol: bus_space
sys/arm/arm/bus_space_base.c
45
static struct bus_space arm_base_bus_space __aligned(CACHE_LINE_SIZE) = {
sys/arm/include/_bus.h
25
typedef struct bus_space *bus_space_tag_t;
sys/arm/include/bus.h
101
struct bus_space *bs_parent;
sys/arm64/acpica/acpi_machdep.c
46
extern struct bus_space memmap_bus;
sys/arm64/arm64/bus_machdep.c
175
struct bus_space memmap_bus = {
sys/arm64/arm64/nexus.c
77
extern struct bus_space memmap_bus;
sys/arm64/arm64/ofw_machdep.c
35
extern struct bus_space memmap_bus;
sys/arm64/cavium/thunder_pcie_pem.c
203
extern struct bus_space memmap_bus;
sys/arm64/include/_bus.h
26
typedef struct bus_space *bus_space_tag_t;
sys/dev/uart/uart_cpu_arm64.c
64
extern struct bus_space memmap_bus;
sys/dev/usb/controller/musb_otg_allwinner.c
124
struct bus_space bs;
sys/dev/usb/controller/musb_otg_allwinner.c
245
struct bus_space *bs = t;
sys/dev/usb/controller/musb_otg_allwinner.c
273
struct bus_space *bs = t;
sys/dev/usb/controller/musb_otg_allwinner.c
284
struct bus_space *bs = t;
sys/dev/usb/controller/musb_otg_allwinner.c
296
struct bus_space *bs = t;
sys/dev/usb/controller/musb_otg_allwinner.c
308
struct bus_space *bs = t;
sys/dev/usb/controller/musb_otg_allwinner.c
317
struct bus_space *bs = t;
sys/dev/usb/controller/musb_otg_allwinner.c
326
struct bus_space *bs = t;
sys/dev/usb/controller/musb_otg_allwinner.c
338
struct bus_space *bs = t;
sys/powerpc/include/_bus.h
27
typedef struct bus_space *bus_space_tag_t;
sys/powerpc/include/bus.h
258
extern struct bus_space bs_be_tag;
sys/powerpc/include/bus.h
259
extern struct bus_space bs_le_tag;
sys/powerpc/powerpc/bus_machdep.c
797
struct bus_space bs_le_tag = {
sys/powerpc/powerpc/bus_machdep.c
799
struct bus_space bs_be_tag = {
sys/powerpc/powerpc/bus_machdep.c
914
struct bus_space bs_be_tag = {
sys/powerpc/powerpc/bus_machdep.c
916
struct bus_space bs_le_tag = {
sys/riscv/include/_bus.h
26
typedef struct bus_space *bus_space_tag_t;
sys/riscv/riscv/bus_machdep.c
125
struct bus_space memmap_bus = {
sys/riscv/riscv/nexus.c
63
extern struct bus_space memmap_bus;
sys/riscv/riscv/ofw_machdep.c
35
extern struct bus_space memmap_bus;