Lines Matching +full:auto +full:- +full:baud
15 * added support for port on 64-bit bus
31 #define CONFIG_SYS_NS16550_REG_SIZE (-1)
40 unsigned char prepad_##x[CONFIG_SYS_NS16550_REG_SIZE - 1]; \
45 unsigned char postpad_##x[-CONFIG_SYS_NS16550_REG_SIZE - 1];
49 * struct ns16550_platdata - information about a NS16550 port
121 /* Ingenic JZ47xx specific UART-enable bit. */
137 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS */
211 * ns16550_calc_divisor() - calculate the divisor given clock and baud rate
218 * @baudrate: Required baud rate
219 * @return baud rate divisor that should be used
224 * ns16550_serial_ofdata_to_platdata() - convert DT to platform data
231 * @return: 0 if OK, -EINVAL on error
236 * ns16550_serial_probe() - probe a serial port
238 * This sets up the serial port ready for use, except for the baud rate
239 * @return 0, or -ve on error
244 * struct ns16550_serial_ops - ns16550 serial operations