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

12

/freebsd-11-stable/sys/arm/include/
H A D_bus.h43 typedef struct bus_space *bus_space_tag_t;
/freebsd-11-stable/sys/arm64/include/
H A D_bus.h44 typedef struct bus_space *bus_space_tag_t;
/freebsd-11-stable/sys/riscv/include/
H A D_bus.h44 typedef struct bus_space *bus_space_tag_t;
/freebsd-11-stable/sys/powerpc/include/
H A D_bus.h45 typedef struct bus_space *bus_space_tag_t;
/freebsd-11-stable/sys/mips/include/
H A D_bus.h48 typedef struct bus_space *bus_space_tag_t;
/freebsd-11-stable/sys/mips/malta/
H A Dobiovar.h56 extern struct bus_space obio_bs_tag;
H A Duart_cpu_maltausart.c53 extern struct bus_space malta_bs_tag;
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425var.h81 struct bus_space sc_pci_memt;
82 struct bus_space sc_pci_iot;
99 extern struct bus_space ixp425_bs_tag;
100 extern struct bus_space ixp425_a4x_bs_tag;
102 extern struct bus_space cambria_exp_bs_tag;
H A Dixp425_a4x_space.c62 /* Prototypes for all the bus_space structure functions */
66 struct bus_space ixp425_a4x_bs_tag = {
H A Dixp425_space.c40 * bus_space I/O functions for ixp425
60 /* Proto types for all the bus_space structure functions */
63 struct bus_space ixp425_bs_tag = {
H A Dixp425_pci_space.c40 * bus_space PCI functions for ixp425
69 /* Proto types for all the bus_space structure functions */
101 struct bus_space ixp425_pci_io_bs_tag_template = {
152 struct bus_space ixp425_pci_mem_bs_tag_template = {
/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Di81342var.h55 struct bus_space sc_pciio;
56 struct bus_space sc_pcimem;
H A Di80321var.h48 extern struct bus_space i80321_bs_tag;
100 struct bus_space sc_pci_iot;
101 struct bus_space sc_pci_memt;
/freebsd-11-stable/share/man/man9/
H A DMakefile56 bus_space.9 \
520 MLINKS+=bus_space.9 bus_space_alloc.9 \
521 bus_space.9 bus_space_barrier.9 \
522 bus_space.9 bus_space_copy_region_1.9 \
523 bus_space.9 bus_space_copy_region_2.9 \
524 bus_space.9 bus_space_copy_region_4.9 \
525 bus_space.9 bus_space_copy_region_8.9 \
526 bus_space.9 bus_space_copy_region_stream_1.9 \
527 bus_space.9 bus_space_copy_region_stream_2.9 \
528 bus_space
[all...]
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_space.c39 * bus_space functions for PXA devices
56 static MALLOC_DEFINE(M_PXATAG, "PXA bus_space tags", "Bus_space tags for PXA");
58 /* Prototypes for all the bus_space structure functions */
66 struct bus_space _base_tag = {
173 static struct bus_space _obio_tag;
182 bcopy(&_base_tag, &_obio_tag, sizeof(struct bus_space));
190 struct bus_space *tag;
192 tag = (struct bus_space *)malloc(sizeof(struct bus_space), M_PXATAG,
198 bcopy(&_base_tag, tag, sizeof(struct bus_space));
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Dofw_machdep.c38 extern struct bus_space memmap_bus;
H A Dbus_machdep.c119 struct bus_space memmap_bus = {
/freebsd-11-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 = {
/freebsd-11-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-11-stable/sys/mips/atheros/
H A Dar71xx_bus_space_reversed.c46 static struct bus_space bus_space_reversed = {
H A Dar71xx_pci_bus_space.c49 static struct bus_space bus_space_pcimem = {
/freebsd-11-stable/sys/mips/cavium/
H A Duart_cpu_octeonusart.c113 struct bus_space octeon_uart_tag = {
H A Dobio.c62 extern struct bus_space octeon_uart_tag;
/freebsd-11-stable/sys/powerpc/ps3/
H A Dehci_ps3.c69 struct bus_space tag;

Completed in 141 milliseconds

12