Home
last modified time | relevance | path

Searched refs:BELKIN_SA_STOP_BITS (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/usb/serial/
Dbelkin_sa.h73 #define BELKIN_SA_STOP_BITS(b) (b-1) macro
Dbelkin_sa.c367 urb_value = (cflag & CSTOPB) ? BELKIN_SA_STOP_BITS(2) in belkin_sa_set_termios()
368 : BELKIN_SA_STOP_BITS(1); in belkin_sa_set_termios()