Home
last modified time | relevance | path

Searched refs:IOSP_CMD_STAT_BIT (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/usb/serial/
Dio_ionsp.h115 #define IOSP_CMD_STAT_BIT 0x80 // If set, this is command/status header macro
117 #define IS_CMD_STAT_HDR(Byte1) ((Byte1) & IOSP_CMD_STAT_BIT)
135 #define IOSP_BUILD_CMD_HDR1(Port, Cmd) ((__u8) ( IOSP_CMD_STAT_BIT | (Port) | ((__u8) ((Cmd) << 3)…