Searched refs:IS_CMD_STAT_HDR (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/usb/serial/
H A Dio_edgeport.c1650 if (IS_CMD_STAT_HDR(edge_serial->rxHeader1)) {
H A Dio_ionsp.h113 #define IS_CMD_STAT_HDR(Byte1) ((Byte1) & IOSP_CMD_STAT_BIT) macro
114 #define IS_DATA_HDR(Byte1) (!IS_CMD_STAT_HDR(Byte1))

Completed in 152 milliseconds