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