Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmsm_serial.c1589 #define MSM_UART_NR ARRAY_SIZE(msm_uart_ports) macro
1675 BUG_ON(co->index < 0 || co->index >= MSM_UART_NR); in msm_console_write()
1691 if (unlikely(co->index >= MSM_UART_NR || co->index < 0)) in msm_console_setup()
1772 .nr = MSM_UART_NR,
1802 if (unlikely(line < 0 || line >= MSM_UART_NR)) in msm_serial_probe()