Searched refs:BYP (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/char/ip2/ |
D | i2cmd.c | 52 static UCHAR ct06[] = { 1, BYP, 0x06 }; // START FL 60 static UCHAR ct14[] = { 1, BYP|VIP, 0x0E }; // ACK HOTK 94 static UCHAR ct41[] = { 1, BYP, 0x29 }; // RESUME 110 static UCHAR ct57[] = { 1, BYP, 0x39 }; // SUSPEND 111 static UCHAR ct58[] = { 1, BYP, 0x3A }; // UNSUSPEND 132 static UCHAR ct79[] = { 2, BYP, 0x4F,0 }; // XMIT_NOW 140 static UCHAR ct87[] = { 1, BYP, 0x57 }; // HW_TEST
|
D | i2cmd.h | 59 #define BYP 2 // Set if suitable for bypass commands macro 60 #define BTH (INL|BYP) // suitable for either!
|
D | i2lib.c | 595 flag = BYP; in i2QueueCommands()
|