Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dmips_ejtag_fdc.c74 #define NUM_TTY_CHANNELS 16 macro
147 struct mips_ejtag_fdc_tty_port ports[NUM_TTY_CHANNELS];
529 if (priv->xmit_next >= NUM_TTY_CHANNELS) in mips_ejtag_fdc_put()
542 if (priv->xmit_next >= NUM_TTY_CHANNELS) in mips_ejtag_fdc_put()
921 driver = tty_alloc_driver(NUM_TTY_CHANNELS, TTY_DRIVER_REAL_RAW); in mips_ejtag_fdc_tty_probe()
940 for (nport = 0; nport < NUM_TTY_CHANNELS; nport++) { in mips_ejtag_fdc_tty_probe()
1040 for (nport = 0; nport < NUM_TTY_CHANNELS; nport++) { in mips_ejtag_fdc_tty_probe()