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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dsynclink.c380 #define RCLR 0x2a /* Receive count Limit Register */ macro
4825 /* Set the Receive count Limit Register (RCLR) to 0xffff. */
4828 /* RCLR. The RCC is decremented for each received byte. The */
4832 usc_OutReg( info, RCLR, RCLRVALUE );
5474 /* This empties the receive FIFO and loads the RCC with RCLR */
5499 /* This empties the receive FIFO and loads the RCC with RCLR */
5529 /* This empties the receive FIFO and loads the RCC with RCLR */
7027 usc_OutReg( info, RCLR, BitPatterns[(i+3)%Patterncount] );
7034 (usc_InReg( info, RCLR ) != BitPatterns[(i+3)%Patterncount]) ||

Completed in 102 milliseconds