BR
/* 5*/ { 5, 15, { ML, BR, MR, } },
/* 8*/ { 1, 1, { TC, MR, BR, } },
/*12*/ { 4, 13, { TC, BC, BR, } },
IMXUART_BARRIER(regsp, BR | BW);
SSCOM_BARRIER(sscomconstag, sscomconsioh, BR | BW);
SSCOM_BARRIER(sscom_kgdb_iot, sscom_kgdb_ioh, BR | BW);
ZYNQUART_BARRIER(regsp, BR | BW);
PLCOM_BARRIER(pi, BR | BW);
PLCOM_BARRIER(pi, BR | BW);
PLCOM_BARRIER(pi, BR | BW);
COM_BARRIER(regsp, BR | BW);
BR = (long)strtoi(optarg, NULL, 0, 1, LONG_MAX, &e);
"failed, using %ld", optarg, BR);
BR = cmdlineBR;
(void)snprintf(sbuf, sizeof sbuf, "cu%d", (int)BR);
if (ttysetup((speed_t)BR) != 0) {
errx(3, "unsupported speed %ld", BR);
if (ttysetup((speed_t)BR) != 0) {
errx(3, "unsupported speed %ld", BR);
BR = DEFBR;
if (!BR && (cgetnum(bp, "br", &BR) == -1))
BR = DEFBR;
if (!BR)
BR = DEFBR;
long BR;
BR = cmdlineBR;
(void)snprintf(sbuf, sizeof sbuf, "tip%d", (int)BR);
extern long BR; /* line speed for conversation */
"ba", &BR },
long BR; /* baud rate if lp is a tty */
extern long BR; /* baud rate if lp is a tty */
cgetnum(bp, "br", &BR);
if (BR > 0) {
if (BR == bp->baud)
syslog(LOG_ERR, "%s: illegal baud rate %d", printer, BR);
cfsetspeed(&i.t, BR);