Home
last modified time | relevance | path

Searched refs:ioclk (Results 1 – 3 of 3) sorted by relevance

/arch/mn10300/kernel/
Dgdb-io-ttysm.c44 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() local
118 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()
Dmn10300-serial.c1006 unsigned long ioclk = port->ioclk; in mn10300_serial_change_speed() local
1013 _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 …]
Dmn10300-serial.h82 unsigned long ioclk; /* base clock rate */ member