Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dmxser.c2057 unsigned char ch, gdl; in mxser_receive_chars() local
2076 gdl = inb(port->ioaddr + MOXA_MUST_GDL_REGISTER); in mxser_receive_chars()
2079 gdl &= MOXA_MUST_GDL_MASK; in mxser_receive_chars()
2080 if (gdl >= recv_room) { in mxser_receive_chars()
2084 while (gdl--) { in mxser_receive_chars()