HomeSort by: relevance | last modified time | path
    Searched defs:maxbus (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sandpoint/stand/altboot/
pci.c 55 unsigned maxbus; variable in typeref:typename:unsigned
65 maxbus = 0;
231 new = (maxbus += 1);
258 val = (maxbus << 16) | (val & 0xffff);
  /src/sys/arch/sparc/sparc/
pci_fixup.c 73 int i, j, node, bus, dev, fun, maxbus, len, class; local in function:mspcic_pci_scan
83 maxbus = 1;
92 printf(" max bus %d\n", maxbus);
135 if (busrange[1] > maxbus)
136 maxbus = busrange[1] + 1;
137 if (maxbus > 255)
138 panic("mspcic_pci_scan: maxbus > 255");
213 printf(" max bus %d\n", maxbus);
288 mspcic_pci_fixup(1, tag, &maxbus, &io[i], &mem[j],
296 mspcic_pci_fixup(int depth, pcitag_t starttag, int *maxbus, uint32_t *io
    [all...]
  /src/sys/dev/cardbus/
rbus_ppb.c 145 int maxbus,
149 maxbus, rbus_do_header_fixup, (void *)&line);
189 int maxbus; member in struct:rbus_pci_addr_fixup_context
221 int minbus, const int maxbus)
224 const size_t size = sizeof(bus_size_t[maxbus+1]);
235 rct.maxbus = maxbus;
238 rct.iobustags = kmem_zalloc(maxbus * sizeof(rbus_tag_t), KM_SLEEP);
239 rct.membustags = kmem_zalloc(maxbus * sizeof(rbus_tag_t), KM_SLEEP);
243 minbus, maxbus);
614 int minbus, maxbus; local in function:ppb_cardbus_attach
    [all...]

Completed in 74 milliseconds