Searched refs:BTH (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/char/ip2/ |
D | i2cmd.c | 48 static UCHAR ct02[] = { 1, BTH, 0x02 }; // DTR UP 49 static UCHAR ct03[] = { 1, BTH, 0x03 }; // DTR DN 50 static UCHAR ct04[] = { 1, BTH, 0x04 }; // RTS UP 51 static UCHAR ct05[] = { 1, BTH, 0x05 }; // RTS DN 53 static UCHAR ct07[] = { 2, BTH, 0x07,0 }; // BAUD 54 static UCHAR ct08[] = { 2, BTH, 0x08,0 }; // BITS 55 static UCHAR ct09[] = { 2, BTH, 0x09,0 }; // STOP 56 static UCHAR ct10[] = { 2, BTH, 0x0A,0 }; // PARITY 57 static UCHAR ct11[] = { 2, BTH, 0x0B,0 }; // XON 58 static UCHAR ct12[] = { 2, BTH, 0x0C,0 }; // XOFF [all …]
|
D | i2cmd.h | 60 #define BTH (INL|BYP) // suitable for either! macro
|