Lines Matching refs:b16
1863 u32 b16, /* baud rate times 16 (actual rate used internally) */
1870 b16 = baud_rate * 16L;
1871 if (b16 == 0)
1879 div = baudclk / b16;
1904 u32 b16, /* baud rate times 16 (actual rate used internally) */
1910 b16 = baud_rate * 16L;
1911 if (b16 == 0)
1915 div = baudclk / b16;
1940 u32 b16, /* baud rate times 16 (actual rate used internally) */
1952 b16 = baud_rate * 16L;
1953 if (b16 == 0)
1968 div = clk / b16;
1973 diff = (res > b16) ? (res-b16) : (b16-res);
1985 div = clk / b16;
2004 u32 b16, /* baud rate times 16 (actual rate used internally) */
2011 b16 = baud_rate * 16L;
2012 if (b16 == 0)
2016 div = KEYSPAN_USA28_BAUDCLK / b16;