Searched refs:tmxbr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-io-ttysm.c104 uint16_t tmxbr; local
120 tmxbr = tmp = (ioclk / (baud * xdiv) + 4) / 8 - 1;
125 tmxbr = tmp = (ioclk / (baud * 8 * xdiv) + 4) / 8 - 1;
130 tmxbr = tmp = (ioclk / (baud * 32 * xdiv) + 4) / 8 - 1;
138 tmxbr = tmp = (ioclk / (baud * xdiv) + 4) / 8 - 1;
143 tmxbr = tmp = (ioclk / (baud * 8 * xdiv) + 4) / 8 - 1;
148 tmxbr = tmp = (ioclk / (baud * 32 * xdiv) + 4) / 8 - 1;
166 *gdbstub_port->_tmxbr = tmxbr;
173 *(volatile u8 *) gdbstub_port->_tmxbr = (u8)tmxbr;
H A Dmn10300-serial.c916 u16 tmxbr, scxctr; local
978 tmxbr = port->uart.custom_divisor;
984 tmxbr = port->uart.custom_divisor / 8;
985 port->uart.custom_divisor = tmxbr * 8;
991 tmxbr = port->uart.custom_divisor / 32;
992 port->uart.custom_divisor = tmxbr * 32;
1000 tmxbr = port->uart.custom_divisor;
1006 tmxbr = port->uart.custom_divisor / 8;
1007 port->uart.custom_divisor = tmxbr * 8;
1013 tmxbr
[all...]

Completed in 136 milliseconds