Searched refs:IS_CMD_STAT_HDR (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_ionsp.h117 #define IS_CMD_STAT_HDR(Byte1) ((Byte1) & IOSP_CMD_STAT_BIT) macro
118 #define IS_DATA_HDR(Byte1) (!IS_CMD_STAT_HDR(Byte1))
H A Dio_edgeport.c1792 if (IS_CMD_STAT_HDR(edge_serial->rxHeader1)) {

Completed in 104 milliseconds