Searched refs:iobits (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | pcic.c | 4527 int windowbits, iobits; in pcic_ll_reset() local 4572 iobits = pcic_getb(pcic, socket, PCIC_INTERRUPT); in pcic_ll_reset() 4573 iobits &= ~(PCIC_INTR_MASK | PCIC_RESET); in pcic_ll_reset() 4574 pcic_putb(pcic, socket, PCIC_INTERRUPT, iobits); in pcic_ll_reset() 4597 pcic_putb(pcic, socket, PCIC_INTERRUPT, PCIC_RESET | iobits); in pcic_ll_reset() 6702 int ind, iobits; in pcic_cbus_powerctl() local 6724 iobits = pcic_getb(pcic, socket, PCIC_INTERRUPT); in pcic_cbus_powerctl() 6726 iobits & ~PCIC_RESET); in pcic_cbus_powerctl() 6766 pcic_putb(pcic, socket, PCIC_INTERRUPT, iobits); in pcic_cbus_powerctl() 6774 pcic_putb(pcic, socket, PCIC_INTERRUPT, iobits); in pcic_cbus_powerctl()
|