Lines Matching refs:baud
191 * Min/max/default baud rates, and a macro to convert from a baud
192 * rate to the number (divisor) to put in the baud rate registers
271 int baud;
1508 * Select the proper baud rate; if the value is invalid
1510 * "baud" property is set to some silly value), we assume
1513 if (ssp->baud < SIO_BAUD_MIN || ssp->baud > SIO_BAUD_MAX)
1516 divisor = SIO_BAUD_TO_DIVISOR(ssp->baud);
2071 ssp->baud = ddi_prop_get_int(DDI_DEV_T_ANY, dip,
2072 DDI_PROP_DONTPASS, "baud-rate", 0);