pci_fixup.c | 299 int i, j, startbus; local in function:mspcic_pci_fixup 304 startbus = *maxbus; 312 printf(" start bus %d\n", startbus); 322 /* Secondary bus = startbus, subordinate bus = 0xff */ 324 __SHIFTIN(startbus & 0xff, PCI_BRIDGE_BUS_SECONDARY) | 332 tag = PCITAG_CREATE(0, startbus, i / 8, i % 8); 344 PCI_PRODUCT(val), startbus, i / 8, i % 8); 416 startbus, i / 8, i % 8); 434 startbus, i / 8, i % 8); 440 /* Secondary bus = startbus, subordinate bus = maxbus * [all...] |