Searched refs:state_reg (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/ |
H A D | pcmu_ib.c | 239 volatile uint64_t imr, *imr_p, *state_reg; local 246 state_reg = PCMU_IB_INO_INTR_STATE_REG(pib_p, ino); 256 while (PCMU_IB_INO_INTR_PENDING(state_reg, ino) && !panicstr) { 500 volatile uint64_t *state_reg = PCMU_IB_INO_INTR_STATE_REG(pib_p, ino); local 524 PCMU_IB_INO_INTR_PENDING(state_reg, ino) && !panicstr) { 589 volatile uint64_t *state_reg = local 612 PCMU_IB_INO_INTR_PENDING(state_reg, ino) && !panicstr) {
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_ib.c | 282 volatile uint64_t imr, *imr_p, *state_reg; local 287 state_reg = IB_INO_INTR_STATE_REG(ib_p, ino); 310 while (IB_INO_INTR_PENDING(state_reg, ino) && !panicstr) { 661 volatile uint64_t *state_reg = IB_INO_INTR_STATE_REG(ib_p, ino); local 681 IB_INO_INTR_PENDING(state_reg, ino) && !panicstr) { 733 volatile uint64_t *state_reg = local 752 IB_INO_INTR_PENDING(state_reg, ino) && !panicstr) {
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | sysiosbus.c | 2302 uint64_t state_reg = *intr_state_reg; local 2308 if (((state_reg >> shift) &
|
Completed in 76 milliseconds