Searched refs:pcic_getb (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/io/ |
H A D | pcic.c | 332 static uint8_t pcic_getb(pcicdev_t *, int, int); 1159 value = pcic_getb(pcic, 0, PCIC_CHIP_INFO); in pcic_attach() 1185 value = pcic_getb(pcic, i, PCIC_MAPPING_ENABLE); in pcic_attach() 1200 value = pcic_getb(pcic, i, PCIC_CHIP_REVISION) & in pcic_attach() 1208 value = pcic_getb(pcic, i, PCIC_SYSMEM_0_STARTLOW); in pcic_attach() 1210 j = pcic_getb(pcic, i, PCIC_SYSMEM_1_STARTLOW); in pcic_attach() 1228 value = pcic_getb(pcic, i, PCIC_INTERRUPT); in pcic_attach() 1264 value = pcic_getb(pcic, i, in pcic_attach() 1268 j = pcic_getb(pcic, i + 2, in pcic_attach() 1787 value = pcic_getb(pcic, i, in pcic_setup_adapter() [all …]
|