Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dserial_reg.h335 #define SERIAL_RSA_BAUD_BASE (921600) macro
336 #define SERIAL_RSA_BAUD_BASE_LO (SERIAL_RSA_BAUD_BASE / 8)
/linux-6.3-rc2/drivers/tty/serial/
A Dsunsu.c206 up->port.uartclk = SERIAL_RSA_BAUD_BASE * 16; in __enable_rsa()
214 if (up->port.uartclk != SERIAL_RSA_BAUD_BASE * 16) { in enable_rsa()
219 if (up->port.uartclk == SERIAL_RSA_BAUD_BASE * 16) in enable_rsa()
236 up->port.uartclk == SERIAL_RSA_BAUD_BASE * 16) { in disable_rsa()
/linux-6.3-rc2/drivers/tty/serial/8250/
A D8250_port.c793 up->port.uartclk = SERIAL_RSA_BAUD_BASE * 16; in __enable_rsa()
801 if (up->port.uartclk != SERIAL_RSA_BAUD_BASE * 16) { in enable_rsa()
806 if (up->port.uartclk == SERIAL_RSA_BAUD_BASE * 16) in enable_rsa()
823 up->port.uartclk == SERIAL_RSA_BAUD_BASE * 16) { in disable_rsa()

Completed in 13 milliseconds