Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Dmsm_serial.c1593 #define MSM_UART_NR ARRAY_SIZE(msm_uart_ports) macro
1679 BUG_ON(co->index < 0 || co->index >= MSM_UART_NR); in msm_console_write()
1695 if (unlikely(co->index >= MSM_UART_NR || co->index < 0)) in msm_console_setup()
1776 .nr = MSM_UART_NR,
1806 if (unlikely(line < 0 || line >= MSM_UART_NR)) in msm_serial_probe()