HomeSort by: relevance | last modified time | path
    Searched defs:baud (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/evbarm/stand/board/
epcom.c 53 unsigned long baud, pwrcnt; local in function:cons_init
62 baud = EPCOMSPEED2BRD(CONSPEED);
63 EPCOM_WRITE(LinCtrlLow, baud & 0xff);
64 EPCOM_WRITE(LinCtrlMid, baud >> 8);
  /src/usr.bin/tip/aculib/
courier.c 172 unsigned int baud; member in struct:baud_msg
229 (void)cfsetospeed(&cntrl, bm->baud);
230 (void)cfsetispeed(&cntrl, bm->baud);
t3000.c 171 unsigned int baud; member in struct:tbaud_msg
237 (void)cfsetospeed(&cntrl, bm->baud);
238 (void)cfsetispeed(&cntrl, bm->baud);
  /src/sys/arch/arm/sunxi/
sunxi_twi.c 93 uint32_t baud; local in function:sunxi_twi_set_clock
96 baud = gttwsi_read_4(sc, TWSI_BAUDRATE);
104 baud = __SHIFTIN(n, TWI_CCR_CLK_N) |
110 gttwsi_write_4(sc, TWSI_BAUDRATE, baud);
  /src/libexec/getty/
subr.c 627 * baud rate. This string indicates the user's actual speed.
650 char c, baud[20]; local in function:portselector
656 for (len = 0; len < sizeof (baud) - 1; len++) {
664 baud[len] = c;
666 baud[len] = '\0';
668 if (strcmp(ps->ps_baud, baud) == 0) {
677 * This auto-baud speed select mechanism is written for the Micom 600
689 const char *type = "9600-baud";
704 case 0200: /* 300-baud */
705 type = "300-baud";
    [all...]
  /src/usr.sbin/memswitch/
methods.c 432 int baud, bit, parity, stop, flow; local in function:parse_serial
441 baud = atoi_(&p);
447 if (baud == bauds[i])
450 warnx("%d: Invalid speed", baud);
453 baud = i;
515 baud);
685 const char *baud, *stop; local in function:print_serial
702 baud = bauds[v & 0x000f];
707 sprintf(str, "%s,%c,%c,%s,%c", baud, bit, parity, stop, flow);
  /src/sys/arch/evbppc/ev64260/
machdep.c 290 const int baud = 9600; local in function:consinit
308 /* Setup Baud Rate Configuration Register of Baud Rate Generator */
310 BRG_BCR_EN | GT_MPSC_CLOCK_SOURCE | compute_cdv(baud));
313 MPSC_CONSOLE, brg, baud,
  /src/sys/dev/usb/
uslsa.c 376 uint32_t baud; local in function:uslsa_param
392 baud = htole32(t->c_ospeed);
393 status = usbd_do_request(sc->sc_udev, &req, &baud);
399 __func__, baud, usbd_errstr(status));
ucycom.c 676 uint32_t baud; local in function:ucycomparam
714 baud = t->c_ispeed;
715 DPRINTF(("ucycomparam: baud=%d\n", baud));
753 err = ucycom_configure(sc, baud, cfg);
905 ucycom_configure(struct ucycom_softc *sc, uint32_t baud, uint8_t cfg)
910 switch (baud) {
921 * Stock chips only support standard baud rates in the 600 - 57600
933 DPRINTF(("ucycom_configure: setting %d baud, %d-%c-%d (%d)\n", baud,
1136 int err, cfg, baud; local in function:ucycom_get_cfg
    [all...]
  /src/sys/arch/ews4800mips/dev/
ewsms.c 181 aprint_normal(": baud rate %d\n", EWSMS_BAUD);
194 u_int baud; local in function:ewsms_zsc_reset
202 baud = EWSMS_BAUD;
204 baud = EWSMS_BAUD1;
205 zs_set_speed(cs, baud);
  /src/sys/sys/
disklabel_rdb.h 116 uint32_t baud; /* 17: serial handler baud rate */ member in struct:ados_environ
  /src/usr.sbin/lpr/lpd/
printjob.c 1504 int baud; member in struct:bauds
1550 for (bp = bauds; bp->baud; bp++)
1551 if (BR == bp->baud)
1553 if (!bp->baud) {
1554 syslog(LOG_ERR, "%s: illegal baud rate %d", printer, BR);
  /src/sys/arch/sparc64/dev/
sab.c 203 int baud; member in struct:sabtty_rate
1189 if (rate == sabtty_baudtable[i].baud) {

Completed in 20 milliseconds