Searched refs:intr_state_reg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dsysiosbus.c1689 volatile uint64_t *intr_state_reg; local
1733 intr_state_reg = softsp->obio_intr_state;
1736 intr_state_reg = softsp->sbus_intr_state;
1775 while (((*intr_state_reg >>
1925 volatile uint64_t *intr_state_reg; local
1959 intr_state_reg = softsp->obio_intr_state;
1962 intr_state_reg = softsp->sbus_intr_state;
1965 while (((*intr_state_reg >> start_bit) & 0x3) == INT_PENDING &&
2221 volatile uint64_t *intr_state_reg; local
2276 intr_state_reg
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c2554 volatile uint_t *intr_state_reg; local
2569 intr_state_reg = softsp->intr_regs[i].clear_reg;
2595 while (((*intr_state_reg & INT_PENDING) == INT_PENDING) &&

Completed in 63 milliseconds