Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpcic_var.h551 #define PCIC_REV_MASK 0x0f macro
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c541 if ((value & PCIC_REV_MASK) >= PCIC_REV_LEVEL_LOW && in pcic_probe()
1202 PCIC_REV_MASK; in pcic_attach()
5817 (pcic_getb(pcic, 0, PCIC_CHIP_REVISION) & PCIC_REV_MASK) == in pcic_ci_vadem()
5829 switch (value & PCIC_REV_MASK) { in pcic_ci_vadem()