Searched refs:TCLR (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.c388 #define TCLR 0x3a /* Transmit count Limit Register */ macro
5660 /* Program the Transmit Character Length Register (TCLR) */
5661 /* and clear FIFO (TCC is loaded with TCLR on FIFO clear) */
5662 usc_OutReg( info, TCLR, (u16)FrameSize );
6150 /* Program the Transmit Character Length Register (TCLR) */
6151 /* and clear FIFO (TCC is loaded with TCLR on FIFO clear) */
6152 usc_OutReg( info, TCLR, 2 );
7026 usc_OutReg( info, TCLR, BitPatterns[(i+2)%Patterncount] );
7033 (usc_InReg( info, TCLR ) != BitPatterns[(i+2)%Patterncount]) ||
7253 /* Program the Transmit Character Length Register (TCLR) */
[all...]

Completed in 112 milliseconds