Lines Matching defs:mode
205 /* REVISIT: Remove this when omap3 boots in device tree only mode */
219 * rate for the given mode.
222 unsigned int baud, unsigned int mode)
224 unsigned int n = port->uartclk / (mode * baud);
229 return abs_diff(baud, port->uartclk / (mode * n));
235 * @baud: baudrate for which mode needs to be determined
240 * E.g. for 1000000 baud rate mode must be 16x, but according to that
260 unsigned int mode;
263 mode = 13;
265 mode = 16;
266 return port->uartclk/(mode * baud);
954 /* XON1/XOFF1 accessible mode B, TCRTLR=0, ECB=0 */
977 /* clear SW control mode bits */
1303 unsigned int mode;
1307 mode = up->ier;
1318 up->ier = mode;
1720 serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B); /* Config B mode */
1722 serial_out(up, UART_LCR, 0x0); /* Operational mode */
1724 serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B); /* Config B mode */
1727 serial_out(up, UART_LCR, 0x0); /* Operational mode */
1732 serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B); /* Config B mode */