Searched refs:iobits (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | pcic.c | 4526 int windowbits, iobits; local 4571 iobits = pcic_getb(pcic, socket, PCIC_INTERRUPT); 4572 iobits &= ~(PCIC_INTR_MASK | PCIC_RESET); 4573 pcic_putb(pcic, socket, PCIC_INTERRUPT, iobits); 4596 pcic_putb(pcic, socket, PCIC_INTERRUPT, PCIC_RESET | iobits); 6701 int ind, iobits; local 6723 iobits = pcic_getb(pcic, socket, PCIC_INTERRUPT); 6725 iobits & ~PCIC_RESET); 6765 pcic_putb(pcic, socket, PCIC_INTERRUPT, iobits); 6773 pcic_putb(pcic, socket, PCIC_INTERRUPT, iobits); [all...] |
Completed in 63 milliseconds