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

  /src/sys/arch/sparc/include/
pci_machdep.h 69 #define PCITAG_CREATE(n,b,d,f) \
  /src/sys/arch/sparc64/include/
pci_machdep.h 55 #define PCITAG_CREATE(n,b,d,f) (((uint64_t)(n)<<32)|((b)<<16)|((d)<<11)|((f)<<8))
  /src/sys/arch/sparc/sparc/
pci_machdep.c 234 tag = PCITAG_CREATE(-1, b, d, f);
301 bustag = PCITAG_CREATE(node,
330 tag = PCITAG_CREATE(node, b, d, f);
pci_fixup.c 121 tag = PCITAG_CREATE(node, bus, dev, fun);
267 tag = PCITAG_CREATE(node, bus, dev, fun);
332 tag = PCITAG_CREATE(0, startbus, i / 8, i % 8);
  /src/sys/arch/sparc64/dev/
pci_machdep.c 81 tag = PCITAG_CREATE(node, b, d, f);
169 tag = PCITAG_CREATE(-1, b, d, f);

Completed in 14 milliseconds