Searched refs:RBCL (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dpc300-falc-lh.h1027 /* RBCL/H (Receive Byte Count Low/High)
1227 #define RBCL 0x66 /* Receive Byte Control */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/
H A Dsynclink_cs.c265 #define RBCL 0x2a macro
870 /* end of frame, get FIFO count from RBCL register */
871 if (!(fifo_count = (unsigned char)(read_reg(info, CHA+RBCL) & 0x1f)))
918 /* early termination, get FIFO count from RBCL register */
919 fifo_count = (unsigned char)(read_reg(info, CHA+RBCL) & 0x1f);

Completed in 91 milliseconds