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

/drivers/net/wan/
H A Dhd64570.h91 #define TCSR 0x04 /* Control/Status */ macro
H A Dhd64572.h122 #define TCSR 0x206 /* Timer Control/Status Register */ macro
/drivers/tty/
H A Dsynclink.c366 #define TCSR 0x34 /* Transmit Command/status Register */ macro
522 * Transmit Control/status Register (TCSR)
540 * Transmit status Bits in Transmit Command/status Register (TCSR)
556 #define usc_UnlatchTxstatusBits(a,b) usc_OutReg( (a), TCSR, (u16)((a)->tcsr_value + ((b) & 0x00FF)) )
623 * Transmit status Bits in Transmit Control status Register (TCSR)
652 /* Transmit status Bits in Transmit Control status Register (TCSR) */
676 #define usc_TCmd(a,b) usc_OutReg((a), TCSR, (u16)((a)->tcsr_value + (b)))
1211 * transmit status is indicated by bits in the TCSR.
1218 u16 status = usc_InReg( info, TCSR );
3177 while (!(usc_InReg(info,TCSR)
[all...]

Completed in 66 milliseconds