Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dmsm_serial.c1600 #define MSM_UART_NR ARRAY_SIZE(msm_uart_ports) macro
1680 BUG_ON(co->index < 0 || co->index >= MSM_UART_NR); in msm_console_write()
1696 if (unlikely(co->index >= MSM_UART_NR || co->index < 0)) in msm_console_setup()
1777 .nr = MSM_UART_NR,
1807 if (unlikely(line < 0 || line >= MSM_UART_NR)) in msm_serial_probe()