Searched refs:our_intr_bits (Results 1 – 1 of 1) sorted by relevance
149 uint32_t our_intr_bits; member538 lp->isr_pended |= INL(dp, ISR) & lp->our_intr_bits; in sfe_reset_chip_sis900()592 lp->isr_pended |= INL(dp, ISR) & lp->our_intr_bits; in sfe_reset_chip_dp83815()898 lp->our_intr_bits = OUR_INTR_BITS; in sfe_start_chip()903 OUTL(dp, IMR, lp->our_intr_bits); in sfe_start_chip()948 lp->isr_pended |= val & lp->our_intr_bits; in sfe_stop_chip()988 lp->isr_pended |= val & lp->our_intr_bits; in sfe_stop_chip_quiesce()1558 if (((isr | isr_bogus) & lp->our_intr_bits) == 0) { in sfe_interrupt()1570 lp->our_intr_bits = 0; in sfe_interrupt()1574 isr &= lp->our_intr_bits; in sfe_interrupt()[all …]