Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dserial_reg.h113 #define UART_MCR_CLKSEL 0x80 /* Divide clock by 4 (TI16C752, EFR[4]=1) */ macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h128 #define UART_MCR_CLKSEL 0x80 /* Divide clock by 4 (TI16C752, EFR[4]=1) */ macro
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_pci.c1213 up->mcr |= UART_MCR_CLKSEL; in pci_oxsemi_tornado_set_mctrl()