Searched refs:pcic_getb (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c332 static uint8_t pcic_getb(pcicdev_t *, int, int);
1159 value = pcic_getb(pcic, 0, PCIC_CHIP_INFO);
1185 value = pcic_getb(pcic, i, PCIC_MAPPING_ENABLE);
1200 value = pcic_getb(pcic, i, PCIC_CHIP_REVISION) &
1208 value = pcic_getb(pcic, i, PCIC_SYSMEM_0_STARTLOW);
1210 j = pcic_getb(pcic, i, PCIC_SYSMEM_1_STARTLOW);
1228 value = pcic_getb(pcic, i, PCIC_INTERRUPT);
1264 value = pcic_getb(pcic, i,
1268 j = pcic_getb(pcic, i + 2,
1787 value = pcic_getb(pci
5696 pcic_getb(pcicdev_t *pcic, int socket, int reg) function
[all...]

Completed in 62 milliseconds