Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dowl-uart.c24 #define OWL_UART_PORT_NUM 7 macro
82 static struct owl_uart_port *owl_uart_ports[OWL_UART_PORT_NUM];
569 if (co->index < 0 || co->index >= OWL_UART_PORT_NUM) in owl_uart_console_setup()
631 .nr = OWL_UART_PORT_NUM,
665 if (pdev->id < 0 || pdev->id >= OWL_UART_PORT_NUM) { in owl_uart_probe()