Home
last modified time | relevance | path

Searched defs:Byte1 (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/usb/serial/
Dio_ionsp.h113 #define IS_CMD_STAT_HDR(Byte1) ((Byte1) & IOSP_CMD_STAT_BIT) argument
114 #define IS_DATA_HDR(Byte1) (!IS_CMD_STAT_HDR(Byte1)) argument
116 #define IOSP_GET_HDR_PORT(Byte1) ((__u8) ((Byte1) & IOSP_PORT_MASK)) argument
117 #define IOSP_GET_HDR_DATA_LEN(Byte1, Byte2) ((__u16) (((__u16)((Byte1) & 0x78)) << 5) | (Byte2)) argument
118 #define IOSP_GET_STATUS_CODE(Byte1) ((__u8) (((Byte1) & 0x78) >> 3)) argument