pci_machdep.c | 76 ofpci_make_tag(pci_chipset_tag_t pc, int node, int b, int d, int f) function in typeref:typename:pcitag_t 156 return ofpci_make_tag(pc, node, b, d, f); 248 tag = ofpci_make_tag(pc, node, b, d, f); 307 tag = ofpci_make_tag(pc, node, sc->sc_bus, 0, 0); 354 tag = ofpci_make_tag(pc, node, b, d, f);
|