Searched refs:PCIC_CHIP_INFO (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | pcic_reg.h | 102 #define PCIC_CHIP_INFO 0x1f /* Cirrus Logic chip info register */ macro
|
/titanic_41/usr/src/uts/common/io/ |
H A D | pcic.c | 1158 pcic_putb(pcic, 0, PCIC_CHIP_INFO, 0); in pcic_attach() 1159 value = pcic_getb(pcic, 0, PCIC_CHIP_INFO); in pcic_attach() 5765 value1 = pcic_getb(pcic, 0, PCIC_CHIP_INFO); in pcic_ci_cirrus() 5766 pcic_putb(pcic, 0, PCIC_CHIP_INFO, 0); in pcic_ci_cirrus() 5767 value1 = pcic_getb(pcic, 0, PCIC_CHIP_INFO); in pcic_ci_cirrus() 5768 value2 = pcic_getb(pcic, 0, PCIC_CHIP_INFO); in pcic_ci_cirrus()
|