Lines Matching refs:UART_LCR
1249 LCR = inb(base + UART_LCR); in pci_quatech_rqopr()
1250 outb(0xBF, base + UART_LCR); in pci_quatech_rqopr()
1252 outb(LCR, base + UART_LCR); in pci_quatech_rqopr()
1261 LCR = inb(base + UART_LCR); in pci_quatech_wqopr()
1262 outb(0xBF, base + UART_LCR); in pci_quatech_wqopr()
1265 outb(LCR, base + UART_LCR); in pci_quatech_wqopr()
1273 LCR = inb(base + UART_LCR); in pci_quatech_rqmcr()
1274 outb(0xBF, base + UART_LCR); in pci_quatech_rqmcr()
1279 outb(LCR, base + UART_LCR); in pci_quatech_rqmcr()
1289 LCR = inb(base + UART_LCR); in pci_quatech_wqmcr()
1290 outb(0xBF, base + UART_LCR); in pci_quatech_wqmcr()
1295 outb(LCR, base + UART_LCR); in pci_quatech_wqmcr()
1303 LCR = inb(base + UART_LCR); in pci_quatech_has_qmcr()
1304 outb(0xBF, base + UART_LCR); in pci_quatech_has_qmcr()
1307 outb(0x80, UART_LCR); in pci_quatech_has_qmcr()
1309 outb(LCR, base + UART_LCR); in pci_quatech_has_qmcr()
1471 lcr = serial_port_in(port, UART_LCR); in pericom_do_set_divisor()
1472 serial_port_out(port, UART_LCR, lcr | 0x80); in pericom_do_set_divisor()
1477 serial_port_out(port, UART_LCR, lcr); in pericom_do_set_divisor()