Searched refs:int_m2 (Results 1 – 1 of 1) sorted by relevance
90 unsigned char int_m2; member142 hc->hw.int_m2 |= HFCPCI_IRQ_ENABLE; in enable_hwirq()143 Write_hfc(hc, HFCPCI_INT_M2, hc->hw.int_m2); in enable_hwirq()149 hc->hw.int_m2 &= ~((u_char)HFCPCI_IRQ_ENABLE); in disable_hwirq()150 Write_hfc(hc, HFCPCI_INT_M2, hc->hw.int_m2); in disable_hwirq()1150 if (!(hc->hw.int_m2 & 0x08)) { in hfcpci_int()2045 hc->hw.int_m2 = 0; in setup_hw()2062 hc->hw.int_m2 = 0; /* interrupt output off ! */ in release_card()2280 if (hc->hw.int_m2 & HFCPCI_IRQ_ENABLE) { in _hfcpci_softirq()