Searched refs:last_is0 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dnj_s.c76 if (s0val != cs->hw.njet.last_is0) /* we have a DMA interrupt */
80 cs->hw.njet.last_is0, s0val);
86 (cs->hw.njet.last_is0 & NETJET_IRQM0_READ))
90 (cs->hw.njet.last_is0 & NETJET_IRQM0_WRITE))
H A Dnj_u.c61 if (sval != cs->hw.njet.last_is0) /* we have a DMA interrupt */
69 (cs->hw.njet.last_is0 & NETJET_IRQM0_READ))
73 (cs->hw.njet.last_is0 & NETJET_IRQM0_WRITE))
H A Denternow_pci.c282 if (s0val != cs->hw.njet.last_is0) /* we have a DMA interrupt */
290 (cs->hw.njet.last_is0 & NETJET_IRQM0_READ))
294 (cs->hw.njet.last_is0 & NETJET_IRQM0_WRITE))
370 cs->hw.njet.last_is0 = 0;
H A Dnetjet.c579 if ((cs->hw.njet.irqstat0 & cs->hw.njet.last_is0) & NETJET_IRQM0_READ) {
581 cs->hw.njet.irqstat0, cs->hw.njet.last_is0);
590 cs->hw.njet.last_is0 &= ~NETJET_IRQM0_READ;
591 cs->hw.njet.last_is0 |= (cs->hw.njet.irqstat0 & NETJET_IRQM0_READ);
767 if ((cs->hw.njet.irqstat0 & cs->hw.njet.last_is0) & NETJET_IRQM0_WRITE) {
769 cs->hw.njet.irqstat0, cs->hw.njet.last_is0);
778 cs->hw.njet.last_is0 &= ~NETJET_IRQM0_WRITE;
779 cs->hw.njet.last_is0 |= (cs->hw.njet.irqstat0 & NETJET_IRQM0_WRITE);
956 cs->hw.njet.last_is0 = 0;
H A Dhisax.h682 unsigned char last_is0; member in struct:njet_hw
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dnetjet.c94 u8 last_is0; member in struct:tiger_hw
468 card->last_is0 &= ~NJ_IRQM0_WR_MASK;
469 card->last_is0 |= (irq_stat & NJ_IRQM0_WR_MASK);
650 if ((irq_stat & card->last_is0) & NJ_IRQM0_RD_MASK) {
652 card->name, irq_stat, card->last_is0);
655 card->last_is0 &= ~NJ_IRQM0_RD_MASK;
656 card->last_is0 |= (irq_stat & NJ_IRQM0_RD_MASK);
708 s1val, s0val, card->last_is0,
711 if (s0val != card->last_is0) {
713 (card->last_is0
[all...]

Completed in 91 milliseconds