Lines Matching defs:brg
801 unsigned int iflag, int brg)
810 up->curregs[R12] = brg & 0xff;
811 up->curregs[R13] = (brg >> 8) & 0xff;
881 int baud, brg;
887 brg = BPS_TO_BRG(baud, ZS_CLOCK / ZS_CLOCK_DIVISOR);
889 ip22zilog_convert_to_zs(up, termios->c_cflag, termios->c_iflag, brg);
1136 int brg;
1147 brg = BPS_TO_BRG(9600, ZS_CLOCK / ZS_CLOCK_DIVISOR);
1148 up->curregs[R12] = (brg & 0xff);
1149 up->curregs[R13] = (brg >> 8) & 0xff;