Searched refs:gdl (Results 1 – 1 of 1) sorted by relevance
2057 unsigned char ch, gdl; in mxser_receive_chars() local2076 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()