Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dpcic.c4526 int windowbits, iobits; in pcic_ll_reset() local
4571 iobits = pcic_getb(pcic, socket, PCIC_INTERRUPT); in pcic_ll_reset()
4572 iobits &= ~(PCIC_INTR_MASK | PCIC_RESET); in pcic_ll_reset()
4573 pcic_putb(pcic, socket, PCIC_INTERRUPT, iobits); in pcic_ll_reset()
4596 pcic_putb(pcic, socket, PCIC_INTERRUPT, PCIC_RESET | iobits); in pcic_ll_reset()
6701 int ind, iobits; in pcic_cbus_powerctl() local
6723 iobits = pcic_getb(pcic, socket, PCIC_INTERRUPT); in pcic_cbus_powerctl()
6725 iobits & ~PCIC_RESET); in pcic_cbus_powerctl()
6765 pcic_putb(pcic, socket, PCIC_INTERRUPT, iobits); in pcic_cbus_powerctl()
6773 pcic_putb(pcic, socket, PCIC_INTERRUPT, iobits); in pcic_cbus_powerctl()