hsu_rate          215 drivers/tty/serial/lpc32xx_hs.c 	u32 div, goodrate, hsu_rate, l_hsu_rate, comprate;
hsu_rate          220 drivers/tty/serial/lpc32xx_hs.c 	goodrate = hsu_rate = (div / 14) - 1;
hsu_rate          221 drivers/tty/serial/lpc32xx_hs.c 	if (hsu_rate != 0)
hsu_rate          222 drivers/tty/serial/lpc32xx_hs.c 		hsu_rate--;
hsu_rate          225 drivers/tty/serial/lpc32xx_hs.c 	l_hsu_rate = hsu_rate + 3;
hsu_rate          228 drivers/tty/serial/lpc32xx_hs.c 	while (hsu_rate < l_hsu_rate) {
hsu_rate          229 drivers/tty/serial/lpc32xx_hs.c 		comprate = uartclk / ((hsu_rate + 1) * 14);
hsu_rate          231 drivers/tty/serial/lpc32xx_hs.c 			goodrate = hsu_rate;
hsu_rate          235 drivers/tty/serial/lpc32xx_hs.c 		hsu_rate++;
hsu_rate          237 drivers/tty/serial/lpc32xx_hs.c 	if (hsu_rate > 0xFF)
hsu_rate          238 drivers/tty/serial/lpc32xx_hs.c 		hsu_rate = 0xFF;