HomeSort by: relevance | last modified time | path
    Searched refs:rbus (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/arch/evbppc/obs405/
rbus_machdep.c 41 #include <dev/cardbus/rbus.h>
  /src/sys/dev/cardbus/
rbus.h 1 /* $NetBSD: rbus.h,v 1.11 2009/12/15 22:17:12 snj 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...]
cardbusvar.h 33 #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 */
rbus.c 1 /* $NetBSD: rbus.c,v 1.29 2012/01/27 18:53:07 para Exp $ */
29 __KERNEL_RCSID(0, "$NetBSD: rbus.c,v 1.29 2012/01/27 18:53:07 para 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 instance
    [all...]
rbus_ppb.c 61 #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
  /src/sys/arch/amd64/amd64/
rbus_machdep.c 40 #include <dev/cardbus/rbus.h>
66 * This function makes an rbus tag for memory space. This rbus tag
  /src/sys/arch/i386/i386/
rbus_machdep.c 41 #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
machdep.c 188 #include <dev/cardbus/rbus.h>
424 /* Tell RBUS how much RAM we have, so it can use heuristics. */
  /src/sys/arch/macppc/macppc/
rbus_machdep.c 42 #include <dev/cardbus/rbus.h>
  /src/sys/dev/pci/
pccbb.c 441 /* 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...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
rtd1195.dtsi 97 rbus: bus@18000000 { label
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/realtek/
rtd129x.dtsi 59 rbus: bus@98000000 { label
rtd139x.dtsi 57 rbus: bus@98000000 { label
rtd16xx.dtsi 133 rbus: bus@98000000 { label
  /src/sys/arch/sparc64/sparc64/
rbus_machdep.c 44 #include <dev/cardbus/rbus.h>
  /src/sys/arch/hppa/dev/
elroy.c 36 #include <dev/cardbus/rbus.h>
dino.c 50 #include <dev/cardbus/rbus.h>

Completed in 21 milliseconds