Lines Matching defs:brg
283 int brg, new_baud;
288 brg = BPS_TO_BRG(new_baud, ZS_CLOCK / ZS_CLOCK_DIVISOR);
289 up->curregs[R12] = (brg & 0xff);
290 up->curregs[R13] = (brg >> 8) & 0xff;
866 unsigned int iflag, int brg)
875 up->curregs[R12] = brg & 0xff;
876 up->curregs[R13] = (brg >> 8) & 0xff;
946 int baud, brg;
952 brg = BPS_TO_BRG(baud, ZS_CLOCK / ZS_CLOCK_DIVISOR);
954 sunzilog_convert_to_zs(up, termios->c_cflag, termios->c_iflag, brg);
1221 int baud, brg;
1247 brg = BPS_TO_BRG(baud, ZS_CLOCK / ZS_CLOCK_DIVISOR);
1252 sunzilog_convert_to_zs(up, con->cflag, 0, brg);
1283 int baud, brg;
1294 brg = BPS_TO_BRG(baud, ZS_CLOCK / ZS_CLOCK_DIVISOR);
1295 sunzilog_convert_to_zs(up, up->cflag, 0, brg);
1334 int baud, brg;
1373 brg = BPS_TO_BRG(baud, ZS_CLOCK / ZS_CLOCK_DIVISOR);
1374 up->curregs[R12] = (brg & 0xff);
1375 up->curregs[R13] = (brg >> 8) & 0xff;