Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Dfiq_debugger.c67 #define MAX_FIQ_DEBUGGER_PORTS 1 macro
69 #define MAX_FIQ_DEBUGGER_PORTS 4 macro
1306 for (i = 0; i < MAX_FIQ_DEBUGGER_PORTS; i++) { in fiq_tty_proc_show()
1342 states = kzalloc(sizeof(*states) * MAX_FIQ_DEBUGGER_PORTS, GFP_KERNEL); in fiq_debugger_tty_init()
1348 drv = tty_alloc_driver(MAX_FIQ_DEBUGGER_PORTS, TTY_DRIVER_REAL_RAW | TTY_DRIVER_DYNAMIC_DEV); in fiq_debugger_tty_init()
1455 if (pdev->id >= MAX_FIQ_DEBUGGER_PORTS) in fiq_debugger_probe()