Home
last modified time | relevance | path

Searched defs:LADDR (Results 1 – 2 of 2) sorted by relevance

/titanic_52/usr/src/uts/sun4u/starcat/io/
H A Dfcgp2.c67 #define LADDR(lo, hi) (((uint64_t)(hi) << 32) | (uint32_t)(lo)) macro
/titanic_52/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c99 #define LADDR(lo, hi) (((uint64_t)(hi) << 32) | (uint32_t)(lo)) macro