Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpcic_reg.h91 #define PCIC_CHIP_REVISION 0x00 /* identification and revision */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c534 ddi_put8(handle, index, PCIC_CHIP_REVISION); in pcic_probe()
1201 value = pcic_getb(pcic, i, PCIC_CHIP_REVISION) & in pcic_attach()
1789 PCIC_CHIP_REVISION) & PCIC_REV_ID_MASK; in pcic_setup_adapter()
5813 value = pcic_getb(pcic, 0, PCIC_CHIP_REVISION); in pcic_ci_vadem()
5814 pcic_putb(pcic, 0, PCIC_CHIP_REVISION, 0xFF); in pcic_ci_vadem()
5815 if (pcic_getb(pcic, 0, PCIC_CHIP_REVISION) == in pcic_ci_vadem()
5817 (pcic_getb(pcic, 0, PCIC_CHIP_REVISION) & PCIC_REV_MASK) == in pcic_ci_vadem()
5825 value = pcic_getb(pcic, 0, PCIC_CHIP_REVISION); in pcic_ci_vadem()