Searched defs:PCITAG_CREATE (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/sparc/include/
H A Dpci_machdep.h69 #define PCITAG_CREATE(n,b,d,f) \ macro
/netbsd-current/sys/arch/sparc64/include/
H A Dpci_machdep.h55 #define PCITAG_CREATE(n,b,d,f) (((uint64_t)(n)<<32)|((b)<<16)|((d)<<11)|((f)<<8)) macro

Completed in 146 milliseconds