Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dmxser.c2064 unsigned char ch, gdl; in mxser_receive_chars() local
2083 gdl = inb(port->ioaddr + MOXA_MUST_GDL_REGISTER); in mxser_receive_chars()
2086 gdl &= MOXA_MUST_GDL_MASK; in mxser_receive_chars()
2087 if (gdl >= recv_room) { in mxser_receive_chars()
2091 while (gdl--) { in mxser_receive_chars()