Home
last modified time | relevance | path

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

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