HomeSort by: relevance | last modified time | path
    Searched defs:hw_irq (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/sbus/
bpp.c 85 uint16_t hw_irq; /* IRQ; polarity bits only */ member in struct:hwstate
252 irq |= (hw->hw_irq & BPP_ALLIRP);
284 irq |= sc->sc_hwdefault.hw_irq;
300 irq = sc->sc_hwdefault.hw_irq | BPP_ALLIRQ;
439 _bpp_set(hw_irq, BPP_IRQ_USER);
bpp.c 85 uint16_t hw_irq; /* IRQ; polarity bits only */ member in struct:hwstate
252 irq |= (hw->hw_irq & BPP_ALLIRP);
284 irq |= sc->sc_hwdefault.hw_irq;
300 irq = sc->sc_hwdefault.hw_irq | BPP_ALLIRQ;
439 _bpp_set(hw_irq, BPP_IRQ_USER);

Completed in 23 milliseconds