Home
last modified time | relevance | path

Searched refs:atmel_console_putchar (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Datmel_serial.c2580 static void atmel_console_putchar(struct uart_port *port, unsigned char ch) in atmel_console_putchar() function
2612 uart_console_write(port, s, count, atmel_console_putchar); in atmel_console_write()
2706 uart_console_write(&dev->port, s, n, atmel_console_putchar); in atmel_serial_early_write()