Lines Matching defs:bits
10 #include <linux/bits.h>
238 * Propagate the hardware specific terminal setting bits from
246 /* The bits a dumb device handles in software. Smart devices need
260 * Check if any of the bits that affect a dumb device have changed
278 * Get the size (in bits) of a character depending on @cflag's %CSIZE
301 * Get the size (in bits) of a frame depending on @cflag's %CSIZE, %CSTOPB,
303 * stop bits -- one bit each -- second stop bit (if set), and parity bit
308 unsigned char bits = 2 + tty_get_char_size(cflag);
311 bits++;
313 bits++;
315 bits++;
317 return bits;