Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c333 static uint8_t pcic_getb(pcicdev_t *, int, int);
1160 value = pcic_getb(pcic, 0, PCIC_CHIP_INFO); in pcic_attach()
1186 value = pcic_getb(pcic, i, PCIC_MAPPING_ENABLE); in pcic_attach()
1201 value = pcic_getb(pcic, i, PCIC_CHIP_REVISION) & in pcic_attach()
1209 value = pcic_getb(pcic, i, PCIC_SYSMEM_0_STARTLOW); in pcic_attach()
1211 j = pcic_getb(pcic, i, PCIC_SYSMEM_1_STARTLOW); in pcic_attach()
1229 value = pcic_getb(pcic, i, PCIC_INTERRUPT); in pcic_attach()
1265 value = pcic_getb(pcic, i, in pcic_attach()
1269 j = pcic_getb(pcic, i + 2, in pcic_attach()
1788 value = pcic_getb(pcic, i, in pcic_setup_adapter()
[all …]