Home
last modified time | relevance | path

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

/drivers/tty/
Dmetag_da.c49 #define NUM_TTY_CHANNELS 6 macro
119 static struct dashtty_port dashtty_ports[NUM_TTY_CHANNELS];
204 if (chan >= NUM_TTY_CHANNELS) in find_channel_to_poll()
292 for (chan = 0; chan < NUM_TTY_CHANNELS; ++chan) in put_data()
580 channel_driver = tty_alloc_driver(NUM_TTY_CHANNELS, in dashtty_init()
595 for (nport = 0; nport < NUM_TTY_CHANNELS; nport++) { in dashtty_init()
636 for (nport = 0; nport < NUM_TTY_CHANNELS; nport++) { in dashtty_init()
Dmips_ejtag_fdc.c77 #define NUM_TTY_CHANNELS 16 macro
150 struct mips_ejtag_fdc_tty_port ports[NUM_TTY_CHANNELS];
531 if (priv->xmit_next >= NUM_TTY_CHANNELS) in mips_ejtag_fdc_put()
544 if (priv->xmit_next >= NUM_TTY_CHANNELS) in mips_ejtag_fdc_put()
923 driver = tty_alloc_driver(NUM_TTY_CHANNELS, TTY_DRIVER_REAL_RAW); in mips_ejtag_fdc_tty_probe()
942 for (nport = 0; nport < NUM_TTY_CHANNELS; nport++) { in mips_ejtag_fdc_tty_probe()
1043 for (nport = 0; nport < NUM_TTY_CHANNELS; nport++) { in mips_ejtag_fdc_tty_probe()