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

12

/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/arm/include/
H A D_bus.h43 typedef struct bus_space *bus_space_tag_t;
H A Dbus.h89 struct bus_space { struct
101 struct bus_space *bs_parent;
487 * bus_space structure
/freebsd-11-stable/sys/arm/xscale/i8134x/
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;
H A Di81342.c52 struct bus_space i81342_bs_tag;
H A Di81342var.h55 struct bus_space sc_pciio;
56 struct bus_space sc_pcimem;
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Davila_ata.c133 struct bus_space sc_expbus_tag;
H A Dcambria_exp_space.c54 /* Prototypes for all the bus_space structure functions */
211 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_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 = {
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 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;
/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 Dbus_machdep.c119 struct bus_space memmap_bus = {
H A Dofw_machdep.c38 extern struct bus_space memmap_bus;
/freebsd-11-stable/sys/arm64/cavium/
H A Dthunder_pcie_pem.c200 extern struct bus_space memmap_bus;
/freebsd-11-stable/sys/arm64/include/
H A D_bus.h44 typedef struct bus_space *bus_space_tag_t;
H A Dbus.h93 struct bus_space { struct
/freebsd-11-stable/sys/dev/usb/controller/
H A Dehci_ixp4xx.c76 struct bus_space tag; /* tag for private bus space ops */
/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 Dobio.c62 extern struct bus_space octeon_uart_tag;
H A Doctopci_bus_space.c90 static struct bus_space octopci_space = {
204 /* octopci bus_space tag */
H A Duart_cpu_octeonusart.c113 struct bus_space octeon_uart_tag = {
/freebsd-11-stable/sys/mips/include/
H A D_bus.h48 typedef struct bus_space *bus_space_tag_t;

Completed in 254 milliseconds

12