Lines Matching refs:UART_LCR
1140 LCR = inb(base + UART_LCR); in pci_quatech_rqopr()
1141 outb(0xBF, base + UART_LCR); in pci_quatech_rqopr()
1143 outb(LCR, base + UART_LCR); in pci_quatech_rqopr()
1152 LCR = inb(base + UART_LCR); in pci_quatech_wqopr()
1153 outb(0xBF, base + UART_LCR); in pci_quatech_wqopr()
1156 outb(LCR, base + UART_LCR); in pci_quatech_wqopr()
1164 LCR = inb(base + UART_LCR); in pci_quatech_rqmcr()
1165 outb(0xBF, base + UART_LCR); in pci_quatech_rqmcr()
1170 outb(LCR, base + UART_LCR); in pci_quatech_rqmcr()
1180 LCR = inb(base + UART_LCR); in pci_quatech_wqmcr()
1181 outb(0xBF, base + UART_LCR); in pci_quatech_wqmcr()
1186 outb(LCR, base + UART_LCR); in pci_quatech_wqmcr()
1194 LCR = inb(base + UART_LCR); in pci_quatech_has_qmcr()
1195 outb(0xBF, base + UART_LCR); in pci_quatech_has_qmcr()
1198 outb(0x80, UART_LCR); in pci_quatech_has_qmcr()
1200 outb(LCR, base + UART_LCR); in pci_quatech_has_qmcr()
1362 lcr = serial_port_in(port, UART_LCR); in pericom_do_set_divisor()
1363 serial_port_out(port, UART_LCR, lcr | 0x80); in pericom_do_set_divisor()
1368 serial_port_out(port, UART_LCR, lcr); in pericom_do_set_divisor()