Searched defs:pcix_scm (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c5708 int32_t pcix_scm; local
5712 pcix_scm = 0;
5713 (void) ddi_peek32(dip, (int32_t *)virt, &pcix_scm);
5714 if (pcix_scm == PCICFG_PCIX_SCM) {
5715 pcix_scm = 0;
5717 (int32_t *)(virt + 4), &pcix_scm);
5718 if (pcix_scm == PCICFG_PCIX_SCM)

Completed in 76 milliseconds