Searched refs:gdl (Results 1 – 1 of 1) sorted by relevance
2060 unsigned char ch, gdl; in mxser_receive_chars() local2079 gdl = inb(port->ioaddr + MOXA_MUST_GDL_REGISTER); in mxser_receive_chars()2082 gdl &= MOXA_MUST_GDL_MASK; in mxser_receive_chars()2083 if (gdl >= recv_room) { in mxser_receive_chars()2087 while (gdl--) { in mxser_receive_chars()