Lines Matching refs:uartclk
208 up->port.uartclk = SERIAL_RSA_BAUD_BASE * 16; in __enable_rsa()
216 if (up->port.uartclk != SERIAL_RSA_BAUD_BASE * 16) { in enable_rsa()
221 if (up->port.uartclk == SERIAL_RSA_BAUD_BASE * 16) in enable_rsa()
238 up->port.uartclk == SERIAL_RSA_BAUD_BASE * 16) { in disable_rsa()
251 up->port.uartclk = SERIAL_RSA_BAUD_BASE_LO * 16; in disable_rsa()
499 quot = up->port.uartclk / (16 * new_baud); in sunsu_change_mouse_baud()
822 if ((up->port.uartclk / quot) < (2400 * 16)) in sunsu_change_speed()
843 uart_update_timeout(port, cflag, (port->uartclk / (16 * quot))); in sunsu_change_speed()
915 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16); in sunsu_set_termios()
1209 quot = up->port.uartclk / (16 * baud); in sunsu_kbd_ms_init()
1455 up->port.uartclk = (SU_BASE_BAUD * 16); in su_probe()