Home
last modified time | relevance | path

Searched defs:LCR (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/x86/boot/
H A Dearly_serial_console.c17 #define LCR 3 /* Line control */ macro
/openbmc/linux/arch/x86/kernel/
H A Dearly_printk.c90 #define LCR 3 /* Line control */ macro
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_pci.c1279 u8 LCR, val; in pci_quatech_rqopr() local
1291 u8 LCR; in pci_quatech_wqopr() local
1303 u8 LCR, val, qmcr; in pci_quatech_rqmcr() local
1319 u8 LCR, val; in pci_quatech_wqmcr() local
1333 u8 LCR, val; in pci_quatech_has_qmcr() local
/openbmc/linux/drivers/usb/serial/
H A Dio_16654.h35 #define LCR 3 // Line Control Register macro
/openbmc/linux/drivers/net/hamradio/
H A Dbaycom_ser_hdx.c83 #define LCR(iobase) (iobase+3) macro
H A Dbaycom_ser_fdx.c97 #define LCR(iobase) (iobase+3) macro
H A Dyam.c154 #define LCR(iobase) (iobase+3) macro
/openbmc/linux/drivers/tty/serial/
H A Dmen_z135_uart.c96 #define LCR(x) (((x) >> MEN_Z135_LCR_SHIFT) & 0xff) macro