Lines Matching defs:rate
2461 /* if B0 rate (hangup) specified then negate RTS and DTR */
2486 * FIFO (32 bytes) at specified data rate
3865 * set baud rate generator to specified rate
3867 static void set_rate(struct slgt_info *info, u32 rate)
3872 /* div = osc/rate - 1
3874 * Round div up if osc/rate is not integer to
3875 * force to next slowest rate.
3878 if (rate) {
3879 div = osc/rate;
3880 if (!(osc % rate) && div)
4329 // transmit clock at actual data rate