Home
last modified time | relevance | path

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

/linux-4.4.14/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.c1063 unsigned long ioclk = port->ioclk; in mn10300_serial_change_speed() local
1070 _enter("%s{%lu}", port->name, ioclk); in mn10300_serial_change_speed()
1163 port->ioclk / 8); in mn10300_serial_change_speed()
1184 port->uart.uartclk = ioclk; in mn10300_serial_change_speed()
1191 port->uart.uartclk = ioclk / 8; in mn10300_serial_change_speed()
1198 port->uart.uartclk = ioclk / 32; in mn10300_serial_change_speed()
1206 port->uart.uartclk = ioclk; in mn10300_serial_change_speed()
1213 port->uart.uartclk = ioclk / 8; in mn10300_serial_change_speed()
1220 port->uart.uartclk = ioclk / 32; in mn10300_serial_change_speed()
1228 port->uart.uartclk = ioclk; in mn10300_serial_change_speed()
[all …]
Dmn10300-serial.h86 unsigned long ioclk; /* base clock rate */ member