Searched refs:TI_GET_PORT_FROM_CODE (Results 1 – 2 of 2) sorted by relevance
/drivers/usb/serial/ | ||
D | ti_usb_3410_5052.h | 226 #define TI_GET_PORT_FROM_CODE(c) (((c) >> 4) - 3) macro |
D | ti_usb_3410_5052.c | 1118 port_number = TI_GET_PORT_FROM_CODE(data[0]); in ti_interrupt_callback() |