Lines Matching refs:b16
1847 u32 b16, /* baud rate times 16 (actual rate used internally) */
1854 b16 = baud_rate * 16L;
1855 if (b16 == 0)
1863 div = baudclk / b16;
1888 u32 b16, /* baud rate times 16 (actual rate used internally) */
1894 b16 = baud_rate * 16L;
1895 if (b16 == 0)
1899 div = baudclk / b16;
1924 u32 b16, /* baud rate times 16 (actual rate used internally) */
1936 b16 = baud_rate * 16L;
1937 if (b16 == 0)
1952 div = clk / b16;
1957 diff = (res > b16) ? (res-b16) : (b16-res);
1969 div = clk / b16;
1988 u32 b16, /* baud rate times 16 (actual rate used internally) */
1995 b16 = baud_rate * 16L;
1996 if (b16 == 0)
2000 div = KEYSPAN_USA28_BAUDCLK / b16;