Searched refs:RNR (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Disdnl2.h11 #define RNR 0x05 macro
H A Disdnl2.c285 return (test_bit(FLG_MOD128, &st->l2.flag) ? data[0] == RNR : (data[0] & 0xf) == RNR);
905 enquiry_cr(st, RNR, RSP, 1);
915 enquiry_cr(st, RNR, CMD, 1);
980 typ = RNR;
1014 } else if ((l2->va != nr) || (typ == RNR)) {
1501 enquiry_cr(st, RNR, RSP, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dpr_pc.h72 byte RNR; member in struct:__anon11851
H A Ddi.c300 /* clear RNR flag */
309 /* if the application marks an indication as RNR, all */
311 /* are marked RNR */
314 a->ram_out(a, &IndIn->RNR, true);
321 /* a return value of 1 means RNR */
331 dtrc(dprintf("RNR"));
334 a->ram_out(a, &IndIn->RNR, true);
644 1/* rnr_valid */, this->RNR/* rnr */, a->IdTypeTable[this->No]);
645 /* check for RNR */
646 if(this->RNR
[all...]
H A Ddi_defs.h86 byte RNR; /* receive not ready flag */ member in struct:entity_s
H A Dpc.h47 byte RNR; /* Receiver Not Ready (set by PC) */ member in struct:dual
145 #define N_XON 15 /* clear RNR state */
H A Dum_idi.c520 e->e.RNR = 2;
697 DBG_TRC(("A(%d) E(%08x) ind(%02x-%02x-%02x)-RNR",
701 e->e.RNR = 1;
H A Dmessage.c4031 if ((e->RNR != 1) &&
4898 plci->Sig.RNR = 2; /* discard */
4907 plci->Sig.RNR = 1;
4912 plci->Sig.RNR = 1;
4918 plci->Sig.RNR = 0;
6586 plci->NL.RNR = 2; /* discard */
6596 plci->NL.RNR = 2; /* discard */
6602 plci->NL.RNR = 1; /* flow control */
6611 plci->NL.RNR = 2;
6689 plci->NL.RNR
[all...]
H A Dmaintidi.c322 Always 'RNR' indication if return code is pending
328 pLib->e.RNR = 2;
331 pLib->e.RNR = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dlayer2.h106 #define RNR 0x05 macro
H A Dlayer2.c468 data[0] == RNR : (data[0] & 0xf) == RNR;
1098 enquiry_cr(l2, RNR, RSP, 1);
1108 enquiry_cr(l2, RNR, CMD, 1);
1169 typ = RNR;
1203 } else if ((l2->va != nr) || (typ == RNR)) {
1705 enquiry_cr(l2, RNR, RSP, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dirlap_frame.h65 #define RNR 0x05 /* Receive Not Ready */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dhd64572.h109 #define RNR 0x154 /* Rx DMA Request Ctl Reg */ macro
H A Dhd64572.c456 sca_out(0x0F, msci + RNR, card); /* +1=RX DMA activation condition */
H A Dpc300_drv.c2246 printk("TFS=0x%02x, TNR0=0x%02x, TNR1=0x%02x, RNR=0x%02x\n",
2250 cpc_readb(scabase + M_REG(RNR, ch)));
2251 printk("TCR=0x%02x, RCR=0x%02x, TNR1=0x%02x, RNR=0x%02x\n",
2255 cpc_readb(scabase + M_REG(RNR, ch)));
2794 cpc_writeb(scabase + M_REG(RNR, ch), 16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dirlap_frame.c653 * Received RNR (Receive Not Ready) frame from peer station
1350 case RNR:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dn_gsm.c260 #define RNR 0x05 macro
461 case RNR:
462 printk("RNR(%d)", (control & 0xE0) >> 5);

Completed in 284 milliseconds