Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsamsung_tty.c1740 static struct s3c24xx_uart_port s3c24xx_serial_ports[UART_NR]; variable
1744 struct uart_port *port = &s3c24xx_serial_ports[index].port; in s3c24xx_serial_init_port_default()
1964 if (index >= ARRAY_SIZE(s3c24xx_serial_ports)) { in s3c24xx_serial_probe()
1968 ourport = &s3c24xx_serial_ports[index]; in s3c24xx_serial_probe()
2366 port = &s3c24xx_serial_ports[co->index].port; in s3c24xx_serial_console_setup()