Searched refs:a2232_baud_table (Results 1 – 2 of 2) sorted by relevance
176 static int a2232_baud_table[A2232_BAUD_TABLE_NUM_RATES*3] = { variable
337 if (a2232_baud_table[i] == baud){ in a2232_set_real_termios()338 if (mem->Common.Crystal == A2232_TURBO) rate = a2232_baud_table[i+2]; in a2232_set_real_termios()339 else rate = a2232_baud_table[i+1]; in a2232_set_real_termios()