Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/mISDN/
Dhfc_pci.h132 #define HFCPCI_IRQ_ENABLE 0x08 macro
Dhfcpci.c155 hc->hw.int_m2 |= HFCPCI_IRQ_ENABLE; in enable_hwirq()
162 hc->hw.int_m2 &= ~((u_char)HFCPCI_IRQ_ENABLE); in disable_hwirq()
2281 if (hc->hw.int_m2 & HFCPCI_IRQ_ENABLE) { in _hfcpci_softirq()
/linux-4.19.296/drivers/isdn/hisax/
Dhfc_pci.h131 #define HFCPCI_IRQ_ENABLE 0x08 macro
Dhfc_pci.c159 cs->hw.hfcpci.int_m2 = HFCPCI_IRQ_ENABLE; in reset_hfcpci()