Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dmips_ejtag_fdc.c160 unsigned int xmit_next; member
523 dport = &priv->ports[priv->xmit_next]; in mips_ejtag_fdc_put()
530 ++priv->xmit_next; in mips_ejtag_fdc_put()
531 if (priv->xmit_next >= NUM_TTY_CHANNELS) in mips_ejtag_fdc_put()
532 priv->xmit_next = 0; in mips_ejtag_fdc_put()
536 ret = mips_ejtag_fdc_put_chan(priv, priv->xmit_next); in mips_ejtag_fdc_put()
543 ++priv->xmit_next; in mips_ejtag_fdc_put()
544 if (priv->xmit_next >= NUM_TTY_CHANNELS) in mips_ejtag_fdc_put()
545 priv->xmit_next = 0; in mips_ejtag_fdc_put()