Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfc_pci.h118 #define HFCPCI_IRQ_ENABLE 0x08 macro
H A Dhfcpci.c141 hc->hw.int_m2 |= HFCPCI_IRQ_ENABLE; in enable_hwirq()
148 hc->hw.int_m2 &= ~((u_char)HFCPCI_IRQ_ENABLE); in disable_hwirq()
2279 if (hc->hw.int_m2 & HFCPCI_IRQ_ENABLE) { in _hfcpci_softirq()