Lines Matching defs:brg
799 unsigned int iflag, int brg)
808 up->curregs[R12] = brg & 0xff;
809 up->curregs[R13] = (brg >> 8) & 0xff;
879 int baud, brg;
885 brg = BPS_TO_BRG(baud, ZS_CLOCK / ZS_CLOCK_DIVISOR);
887 ip22zilog_convert_to_zs(up, termios->c_cflag, termios->c_iflag, brg);
1134 int brg;
1145 brg = BPS_TO_BRG(9600, ZS_CLOCK / ZS_CLOCK_DIVISOR);
1146 up->curregs[R12] = (brg & 0xff);
1147 up->curregs[R13] = (brg >> 8) & 0xff;