Searched refs:SERIAL_RSA_BAUD_BASE (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dserial_reg.h336 #define SERIAL_RSA_BAUD_BASE (921600) macro
337 #define SERIAL_RSA_BAUD_BASE_LO (SERIAL_RSA_BAUD_BASE / 8)
/linux-master/drivers/tty/serial/
H A Dsunsu.c206 up->port.uartclk = SERIAL_RSA_BAUD_BASE * 16;
214 if (up->port.uartclk != SERIAL_RSA_BAUD_BASE * 16) {
219 if (up->port.uartclk == SERIAL_RSA_BAUD_BASE * 16)
236 up->port.uartclk == SERIAL_RSA_BAUD_BASE * 16) {
/linux-master/drivers/tty/serial/8250/
H A D8250_port.c729 up->port.uartclk = SERIAL_RSA_BAUD_BASE * 16;
737 if (up->port.uartclk != SERIAL_RSA_BAUD_BASE * 16) {
742 if (up->port.uartclk == SERIAL_RSA_BAUD_BASE * 16)
759 up->port.uartclk == SERIAL_RSA_BAUD_BASE * 16) {

Completed in 123 milliseconds