Searched refs:int_m2 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhfcscard.c85 cs->hw.hfcD.int_m2 = HFCD_IRQ_ENABLE;
90 cs->BC_Write_Reg(cs, HFCD_DATA, HFCD_INT_M2, cs->hw.hfcD.int_m2);
H A Dhfc_sx.c313 cs->hw.hfcsx.int_m2 = 0; /* interrupt output off ! */
314 Write_hfc(cs, HFCSX_INT_M2, cs->hw.hfcsx.int_m2);
351 cs->hw.hfcsx.int_m2 = 0; /* interrupt output off ! */
352 Write_hfc(cs, HFCSX_INT_M2, cs->hw.hfcsx.int_m2);
411 cs->hw.hfcsx.int_m2 = HFCSX_IRQ_ENABLE;
412 Write_hfc(cs, HFCSX_INT_M2, cs->hw.hfcsx.int_m2);
702 if (!(cs->hw.hfcsx.int_m2 & 0x08))
1490 cs->hw.hfcsx.int_m2 = 0; /* disable alle interrupts */
1493 Write_hfc(cs, HFCSX_INT_M2, cs->hw.hfcsx.int_m2);
H A Dhfc_pci.c77 cs->hw.hfcpci.int_m2 = 0; /* interrupt output off ! */
78 Write_hfc(cs, HFCPCI_INT_M2, cs->hw.hfcpci.int_m2);
83 Write_hfc(cs, HFCPCI_INT_M2, cs->hw.hfcpci.int_m2);
100 cs->hw.hfcpci.int_m2 = 0; /* interrupt output off ! */
101 Write_hfc(cs, HFCPCI_INT_M2, cs->hw.hfcpci.int_m2);
159 cs->hw.hfcpci.int_m2 = HFCPCI_IRQ_ENABLE;
160 Write_hfc(cs, HFCPCI_INT_M2, cs->hw.hfcpci.int_m2);
937 if (!(cs->hw.hfcpci.int_m2 & 0x08)) {
938 debugl1(cs, "HFC-PCI: int_m2 %x not initialised", cs->hw.hfcpci.int_m2);
[all...]
H A Dhisax.h692 unsigned char int_m2; member in struct:hfcPCI_hw
719 unsigned char int_m2; member in struct:hfcSX_hw
747 unsigned char int_m2; member in struct:hfcD_hw
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c102 unsigned char int_m2; member in struct:hfcPCI_hw
154 hc->hw.int_m2 |= HFCPCI_IRQ_ENABLE;
155 Write_hfc(hc, HFCPCI_INT_M2, hc->hw.int_m2);
161 hc->hw.int_m2 &= ~((u_char)HFCPCI_IRQ_ENABLE);
162 Write_hfc(hc, HFCPCI_INT_M2, hc->hw.int_m2);
1165 if (!(hc->hw.int_m2 & 0x08)) {
2063 hc->hw.int_m2 = 0;
2082 hc->hw.int_m2 = 0; /* interrupt output off ! */
2300 if (hc->hw.int_m2 & HFCPCI_IRQ_ENABLE) {

Completed in 78 milliseconds