Searched refs:rbus (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/dev/cardbus/
H A Drbus.h1 /* $NetBSD: rbus.h,v 1.10 2007/10/19 11:59:40 ad Exp $ */
33 * This file defines the rbus (pseudo) class
35 * What is rbus?
37 * The rbus is a recursive bus-space administrator. This means a
47 * management of bridge devices well. The latter is that the rbus is a
53 * The rbus models bus-to-bus bridges into three types: dedicated, shared,
65 #define rbus 1 macro
110 * These functions sugarcoat rbus interface to make rbus being used
111 * easier. These functions should be member functions of rbus
[all...]
H A Dcardbusvar.h33 #include <dev/cardbus/rbus.h>
103 rbus_tag_t cba_rbus_iot; /* CardBus i/o rbus tag */
104 rbus_tag_t cba_rbus_memt; /* CardBus mem rbus tag */
138 rbus_tag_t sc_rbus_iot; /* CardBus i/o rbus tag */
139 rbus_tag_t sc_rbus_memt; /* CardBus mem rbus tag */
216 rbus_tag_t ca_rbus_iot; /* CardBus i/o rbus tag */
217 rbus_tag_t ca_rbus_memt; /* CardBus mem rbus tag */
H A Drbus.c1 /* $NetBSD: rbus.c,v 1.28 2009/12/15 22:17:12 snj Exp $ */
29 __KERNEL_RCSID(0, "$NetBSD: rbus.c,v 1.28 2009/12/15 22:17:12 snj Exp $");
39 #include <dev/cardbus/rbus.h>
101 DPRINTF(("rbus: out of range\n"));
133 DPRINTF(("rbus: trying [%lx:%lx] %lx\n",
142 DPRINTF(("rbus: no space found\n"));
159 DPRINTF(("rbus: no rbus type\n"));
222 panic("no memory for rbus instance");
249 * This function makes a new child rbus instanc
[all...]
H A Drbus_ppb.c61 #include <dev/cardbus/rbus.h>
138 aprint_normal(" bus %d (rbus)", pba->pba_bus);
174 * the rbus space maps (I/O and memory).
176 * It assumes that "rbus" is defined. The whole concept does.
672 * PCI subsystem is merged with rbus. The major thing that this
/netbsd-current/sys/arch/evbppc/obs405/
H A Drbus_machdep.c41 #include <dev/cardbus/rbus.h>
/netbsd-current/sys/arch/amd64/amd64/
H A Drbus_machdep.c40 #include <dev/cardbus/rbus.h>
66 * This function makes an rbus tag for memory space. This rbus tag
/netbsd-current/sys/arch/i386/i386/
H A Drbus_machdep.c41 #include <dev/cardbus/rbus.h>
70 * Dynamically set the start address for rbus. This must be called
71 * before rbus is initialized. The start address should be determined
86 aprint_debug("rbus: rbus_min_start from config at %#0" PRIxPADDR "\n",
114 aprint_debug("rbus: rbus_min_start set to %#0" PRIxPADDR "\n",
123 * This function makes an rbus tag for memory space. This rbus tag
H A Dmachdep.c188 #include <dev/cardbus/rbus.h>
/netbsd-current/sys/arch/macppc/macppc/
H A Drbus_machdep.c42 #include <dev/cardbus/rbus.h>
/netbsd-current/sys/dev/pci/
H A Dpccbb.c441 /* give up... allocate reg space via rbus. */
544 #if rbus
591 #if rbus
655 #if rbus
1538 #if !rbus
1930 #if rbus
1970 #if rbus
2020 #if !rbus
2026 #if rbus
2454 #if rbus
[all...]
/netbsd-current/sys/arch/sparc64/sparc64/
H A Drbus_machdep.c44 #include <dev/cardbus/rbus.h>
/netbsd-current/sys/arch/hppa/dev/
H A Ddino.c50 #include <dev/cardbus/rbus.h>
H A Delroy.c36 #include <dev/cardbus/rbus.h>

Completed in 141 milliseconds