Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dio_ionsp.h110 #define IOSP_PORT_MASK 0x07 // Mask to isolate port number macro
116 #define IOSP_GET_HDR_PORT(Byte1) ((__u8) ((Byte1) & IOSP_PORT_MASK))
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dio_ionsp.h110 #define IOSP_PORT_MASK 0x07 // Mask to isolate port number macro
116 #define IOSP_GET_HDR_PORT(Byte1) ((__u8) ((Byte1) & IOSP_PORT_MASK))

Completed in 2 milliseconds