Home
last modified time | relevance | path

Searched refs:OPL_LSBID_MASK (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_cfg.h44 #define OPL_LSBID_MASK 0x1f macro
55 #define OPL_CPUID_TO_LSB(devid) ((devid >> 5) & OPL_LSBID_MASK)
110 #define OPL_IO_PORTID_TO_LSB(portid) (((portid) >> 4) & OPL_LSBID_MASK)
114 (((lsb & OPL_LSBID_MASK) << 4) | ((ch & 0x7) << 1) | (leaf & 0x1))
116 #define OPL_ADDR_TO_LSB(hi) (((hi) >> 8) & OPL_LSBID_MASK)
122 ((1 << 14) | ((lsb & OPL_LSBID_MASK) << 8) | ((ch & 0x7) << 5))