HomeSort by: relevance | last modified time | path
    Searched refs:pbs_base (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/arch/evbppc/obs405/
rbus_machdep.c 60 DPRINTF("md_space_map: 0x%x, 0x%x, 0x%x\n", t->pbs_base, bpa, size);
70 DPRINTF("md_space_unmap: 0x%x 0x%x\n", t->pbs_base, bsh);
84 return rbus_new_root_delegate(bst, bst->pbs_base,
85 bst->pbs_limit - bst->pbs_base, 0);
93 return rbus_new_root_delegate(bst, bst->pbs_base,
94 bst->pbs_limit - bst->pbs_base, 0);
  /src/sys/arch/powerpc/oea/
prep_machdep.c 74 .pbs_base = 0x00000000,
81 .pbs_base = 0x00000000,
88 .pbs_base = 0x00000000,
95 .pbs_base = 0x00000000,
ofwoea_machdep.c 411 .pbs_base = 0x00000000,
416 .pbs_base = 0x00000000,
680 tag->pbs_base = 0;
685 tag->pbs_base = region.addr;
ofw_autoconf.c 328 gtpci_mem_bs_tag->pbs_base);
472 addr != gtpci_mem_bs_tag->pbs_base)
  /src/sys/arch/evbppc/virtex/
dcr.h 62 .pbs_base = (base), \
design_gsrd2.c 248 .pbs_base = 0 /*OPB_BASE*/,
  /src/sys/arch/ofppc/pci/
ofwpci.c 150 sc->sc_iot.pbs_base = 0x00000000;
156 sc->sc_memt.pbs_base = 0x00000000;
162 sc->sc_iot.pbs_base, sc->sc_iot.pbs_offset, sc->sc_iot.pbs_limit);
165 sc->sc_memt.pbs_base, sc->sc_memt.pbs_offset,
214 sc->sc_memt.pbs_base,
215 (sc->sc_memt.pbs_limit - sc->sc_memt.pbs_base) + 1);
gt_mainbus.c 76 .pbs_base = 0x00000000,
193 gtpci1_io_bs_tag.pbs_base = 0x00000000;
199 gtpci1_mem_bs_tag.pbs_base = 0x00000000;
233 gtpci0_io_bs_tag.pbs_base = 0x00000000;
239 gtpci0_mem_bs_tag.pbs_base = 0x00000000;
  /src/sys/arch/evbppc/virtex/dev/
xcvbus.c 86 aprint_normal(" dcr 0x%x", vaa->vaa_iot->pbs_base);
  /src/sys/arch/macppc/pci/
grackle.c 108 sc->sc_iot.pbs_base = rp->host;
123 sc->sc_memt.pbs_base = 0x00000000;
u3.c 134 sc->sc_iot.pbs_base = 0x00000000;
142 sc->sc_memt.pbs_base = 0x00000000;
uninorth.c 127 sc->sc_iot.pbs_base = rp->host;
153 sc->sc_memt.pbs_base = 0x00000000;
bandit.c 111 sc->sc_iot.pbs_base = rp->host;
  /src/sys/arch/evbppc/ev64260/
machdep.c 215 ev64260_gt_bs_tag.pbs_base = gt_base;
425 ev64260_pci0_mem_bs_tag.pbs_base = GT_LowAddr_GET(datal);
437 oea_iobat_add(ev64260_pci0_mem_bs_tag.pbs_base & SEGMENT_MASK,
478 ev64260_pci1_mem_bs_tag.pbs_base = GT_LowAddr_GET(datal);
490 oea_iobat_add(ev64260_pci1_mem_bs_tag.pbs_base & SEGMENT_MASK,
autoconf.c 200 pci_mem_bs_tag->pbs_base);
  /src/sys/arch/powerpc/booke/dev/
pq3obio.c 211 t->pbs_base = 0xffffffff;
233 if (lbc->lbc_base < t->pbs_base)
234 t->pbs_base = lbc->lbc_base;
  /src/sys/arch/powerpc/ibm4xx/dev/
dwctwo_plb.c 106 dwctwo_tag.pbs_base = paa->plb_addr;
exb.c 93 exb_bus_space_tag.pbs_base = base;
opb.c 296 opb_tag.pbs_base = opb_params[i].base;
  /src/sys/arch/prep/prep/
machdep.c 293 .pbs_base = 0x00000000,
300 .pbs_base = 0x00000000,
  /src/sys/arch/powerpc/powerpc/
bus_space.c 408 t->pbs_extent = extent_create(extent_name, t->pbs_base,
538 t, t->pbs_base, t->pbs_limit, bpa, size);
569 t, t->pbs_base, t->pbs_limit,
620 t, t->pbs_base, t->pbs_limit, bpa, size);
708 __func__, t, t->pbs_base, t->pbs_limit, rstart, size);
  /src/sys/arch/or1k/include/
bus_defs.h 188 bus_addr_t pbs_base; /* extent base */ member in struct:or1k_bus_space
  /src/sys/arch/powerpc/include/
bus_defs.h 199 bus_addr_t pbs_base; /* extent base */ member in struct:powerpc_bus_space
  /src/sys/arch/evbppc/wii/
machdep.c 145 .pbs_base = 0x0c000000,
  /src/sys/arch/rs6000/rs6000/
machdep.c 529 .pbs_base = 0x00000000,

Completed in 21 milliseconds

1 2