Searched refs:S_STOPBITS (Results 1 – 1 of 1) sorted by relevance
17621 #define S_STOPBITS 22 macro17623 #define V_STOPBITS(x) ((x) << S_STOPBITS)17624 #define G_STOPBITS(x) (((x) >> S_STOPBITS) & M_STOPBITS)