Home
last modified time | relevance | path

Searched refs:IOSP_GET_HDR_DATA_LEN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dio_ionsp.h117 #define IOSP_GET_HDR_DATA_LEN(Byte1, Byte2) ((__u16) (((__u16)((Byte1) & 0x78)) << 5) | (Byte2)) macro
H A Dio_edgeport.c1797 edge_serial->rxBytesRemaining = IOSP_GET_HDR_DATA_LEN(edge_serial->rxHeader1, in process_rcvd_data()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dio_ionsp.h117 #define IOSP_GET_HDR_DATA_LEN(Byte1, Byte2) ((__u16) (((__u16)((Byte1) & 0x78)) << 5) | (Byte2)) macro
H A Dio_edgeport.c1681 edge_serial->rxBytesRemaining = IOSP_GET_HDR_DATA_LEN(edge_serial->rxHeader1, in process_rcvd_data()

Completed in 9 milliseconds