Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/vr41xx/common/
H A Dsiu.c17 static unsigned int siu_type1_ports[SIU_PORTS_MAX] __initdata = {
35 static unsigned int siu_type2_ports[SIU_PORTS_MAX] __initdata = {
133 for (i = 0; i < SIU_PORTS_MAX; i++) { in vr41xx_siu_setup()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dvr41xx_siu.c44 static struct uart_port siu_uart_ports[SIU_PORTS_MAX] = {
45 [0 ... SIU_PORTS_MAX-1] = {
52 static uint8_t lsr_break_flag[SIU_PORTS_MAX];
698 for (i = 0; i < SIU_PORTS_MAX; i++) { in siu_init_ports()
776 if (con->index >= SIU_PORTS_MAX) in siu_console_setup()
812 for (i = 0; i < SIU_PORTS_MAX; i++) { in siu_console_init()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/vr41xx/
H A Dsiu.h10 #define SIU_PORTS_MAX 2 macro