Searched refs:tmxbr (Results 1 – 2 of 2) sorted by relevance
102 uint16_t tmxbr; in gdbstub_io_set_baud() local118 tmxbr = tmp = (ioclk / (baud * xdiv) + 4) / 8 - 1; in gdbstub_io_set_baud()123 tmxbr = tmp = (ioclk / (baud * 8 * xdiv) + 4) / 8 - 1; in gdbstub_io_set_baud()128 tmxbr = tmp = (ioclk / (baud * 32 * xdiv) + 4) / 8 - 1; in gdbstub_io_set_baud()136 tmxbr = tmp = (ioclk / (baud * xdiv) + 4) / 8 - 1; in gdbstub_io_set_baud()141 tmxbr = tmp = (ioclk / (baud * 8 * xdiv) + 4) / 8 - 1; in gdbstub_io_set_baud()146 tmxbr = tmp = (ioclk / (baud * 32 * xdiv) + 4) / 8 - 1; in gdbstub_io_set_baud()164 *gdbstub_port->_tmxbr = tmxbr; in gdbstub_io_set_baud()171 *(volatile u8 *) gdbstub_port->_tmxbr = (u8)tmxbr; in gdbstub_io_set_baud()
1066 u16 tmxbr, scxctr; in mn10300_serial_change_speed() local1183 tmxbr = port->uart.custom_divisor; in mn10300_serial_change_speed()1189 tmxbr = port->uart.custom_divisor / 8; in mn10300_serial_change_speed()1190 port->uart.custom_divisor = tmxbr * 8; in mn10300_serial_change_speed()1196 tmxbr = port->uart.custom_divisor / 32; in mn10300_serial_change_speed()1197 port->uart.custom_divisor = tmxbr * 32; in mn10300_serial_change_speed()1205 tmxbr = port->uart.custom_divisor; in mn10300_serial_change_speed()1211 tmxbr = port->uart.custom_divisor / 8; in mn10300_serial_change_speed()1212 port->uart.custom_divisor = tmxbr * 8; in mn10300_serial_change_speed()1218 tmxbr = port->uart.custom_divisor / 32; in mn10300_serial_change_speed()[all …]