Searched refs:BELKIN_SA_STOP_BITS (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 Dbelkin_sa.h77 #define BELKIN_SA_STOP_BITS(b) (b-1) macro
H A Dbelkin_sa.c457 urb_value = (cflag & CSTOPB) ? BELKIN_SA_STOP_BITS(2)
458 : BELKIN_SA_STOP_BITS(1);

Completed in 110 milliseconds