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
123 /* Ingenic JZ47xx specific UART-enable bit. */
139 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS */
213 * ns16550_calc_divisor() - calculate the divisor given clock and baud rate
220 * @baudrate: Required baud rate
221 * @return baud rate divisor that should be used
226 * ns16550_serial_ofdata_to_platdata() - convert DT to platform data
233 * @return: 0 if OK, -EINVAL on error
238 * ns16550_serial_probe() - probe a serial port
240 * This sets up the serial port ready for use, except for the baud rate
241 * @return 0, or -ve on error
246 * struct ns16550_serial_ops - ns16550 serial operations