Searched defs:divisor3 (Results 1 – 2 of 2) sorted by relevance
1134 int divisor3 = base / 2 / baud; in ftdi_232am_baud_base_to_divisor() local1160 int divisor3 = base / 2 / baud; in ftdi_232bm_baud_base_to_divisor() local1180 int divisor3; in ftdi_2232h_baud_base_to_divisor() local
1155 int divisor3 = DIV_ROUND_CLOSEST(base, 2 * baud); in ftdi_232am_baud_base_to_divisor() local1181 int divisor3 = DIV_ROUND_CLOSEST(base, 2 * baud); in ftdi_232bm_baud_base_to_divisor() local1201 int divisor3; in ftdi_2232h_baud_base_to_divisor() local