Lines Matching refs:UART_LCR
1357 LCR = inb(base + UART_LCR); in pci_quatech_rqopr()
1358 outb(0xBF, base + UART_LCR); in pci_quatech_rqopr()
1360 outb(LCR, base + UART_LCR); in pci_quatech_rqopr()
1369 LCR = inb(base + UART_LCR); in pci_quatech_wqopr()
1370 outb(0xBF, base + UART_LCR); in pci_quatech_wqopr()
1373 outb(LCR, base + UART_LCR); in pci_quatech_wqopr()
1381 LCR = inb(base + UART_LCR); in pci_quatech_rqmcr()
1382 outb(0xBF, base + UART_LCR); in pci_quatech_rqmcr()
1387 outb(LCR, base + UART_LCR); in pci_quatech_rqmcr()
1397 LCR = inb(base + UART_LCR); in pci_quatech_wqmcr()
1398 outb(0xBF, base + UART_LCR); in pci_quatech_wqmcr()
1403 outb(LCR, base + UART_LCR); in pci_quatech_wqmcr()
1411 LCR = inb(base + UART_LCR); in pci_quatech_has_qmcr()
1412 outb(0xBF, base + UART_LCR); in pci_quatech_has_qmcr()
1415 outb(0x80, UART_LCR); in pci_quatech_has_qmcr()
1417 outb(LCR, base + UART_LCR); in pci_quatech_has_qmcr()