Searched refs:ioclk (Results 1 – 3 of 3) sorted by relevance
44 gdbstub_port->ioclk = MN10300_IOCLK; in gdbstub_io_init()49 gdbstub_port->ioclk = MN10300_IOBCLK; in gdbstub_io_init()100 unsigned long ioclk = gdbstub_port->ioclk; 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()
1006 unsigned long ioclk = port->ioclk; in mn10300_serial_change_speed() local1013 _enter("%s{%lu}", port->name, ioclk); in mn10300_serial_change_speed()1106 port->ioclk / 8); in mn10300_serial_change_speed()1127 port->uart.uartclk = ioclk; in mn10300_serial_change_speed()1134 port->uart.uartclk = ioclk / 8; in mn10300_serial_change_speed()1141 port->uart.uartclk = ioclk / 32; in mn10300_serial_change_speed()1149 port->uart.uartclk = ioclk; in mn10300_serial_change_speed()1156 port->uart.uartclk = ioclk / 8; in mn10300_serial_change_speed()1163 port->uart.uartclk = ioclk / 32; in mn10300_serial_change_speed()1171 port->uart.uartclk = ioclk; in mn10300_serial_change_speed()[all …]
82 unsigned long ioclk; /* base clock rate */ member