Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dserial_reg.h338 #define SERIAL_RSA_BAUD_BASE (921600) macro
339 #define SERIAL_RSA_BAUD_BASE_LO (SERIAL_RSA_BAUD_BASE / 8)
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h335 #define SERIAL_RSA_BAUD_BASE (921600) macro
336 #define SERIAL_RSA_BAUD_BASE_LO (SERIAL_RSA_BAUD_BASE / 8)
/openbmc/linux/drivers/tty/serial/
H 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()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_port.c740 up->port.uartclk = SERIAL_RSA_BAUD_BASE * 16; in __enable_rsa()
748 if (up->port.uartclk != SERIAL_RSA_BAUD_BASE * 16) { in enable_rsa()
753 if (up->port.uartclk == SERIAL_RSA_BAUD_BASE * 16) in enable_rsa()
770 up->port.uartclk == SERIAL_RSA_BAUD_BASE * 16) { in disable_rsa()