Searched refs:PCIC_CHIP_REVISION (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | pcic_reg.h | 93 #define PCIC_CHIP_REVISION 0x00 /* identification and revision */ macro
|
/titanic_50/usr/src/uts/common/io/ |
H A D | pcic.c | 533 ddi_put8(handle, index, PCIC_CHIP_REVISION); in pcic_probe() 1200 value = pcic_getb(pcic, i, PCIC_CHIP_REVISION) & in pcic_attach() 1788 PCIC_CHIP_REVISION) & PCIC_REV_ID_MASK; in pcic_setup_adapter() 5812 value = pcic_getb(pcic, 0, PCIC_CHIP_REVISION); in pcic_ci_vadem() 5813 pcic_putb(pcic, 0, PCIC_CHIP_REVISION, 0xFF); in pcic_ci_vadem() 5814 if (pcic_getb(pcic, 0, PCIC_CHIP_REVISION) == in pcic_ci_vadem() 5816 (pcic_getb(pcic, 0, PCIC_CHIP_REVISION) & PCIC_REV_MASK) == in pcic_ci_vadem() 5824 value = pcic_getb(pcic, 0, PCIC_CHIP_REVISION); in pcic_ci_vadem()
|