Lines Matching refs:UART_LCR
1281 LCR = inb(base + UART_LCR); in pci_quatech_rqopr()
1282 outb(0xBF, base + UART_LCR); in pci_quatech_rqopr()
1284 outb(LCR, base + UART_LCR); in pci_quatech_rqopr()
1293 LCR = inb(base + UART_LCR); in pci_quatech_wqopr()
1294 outb(0xBF, base + UART_LCR); in pci_quatech_wqopr()
1297 outb(LCR, base + UART_LCR); in pci_quatech_wqopr()
1305 LCR = inb(base + UART_LCR); in pci_quatech_rqmcr()
1306 outb(0xBF, base + UART_LCR); in pci_quatech_rqmcr()
1311 outb(LCR, base + UART_LCR); in pci_quatech_rqmcr()
1321 LCR = inb(base + UART_LCR); in pci_quatech_wqmcr()
1322 outb(0xBF, base + UART_LCR); in pci_quatech_wqmcr()
1327 outb(LCR, base + UART_LCR); in pci_quatech_wqmcr()
1335 LCR = inb(base + UART_LCR); in pci_quatech_has_qmcr()
1336 outb(0xBF, base + UART_LCR); in pci_quatech_has_qmcr()
1339 outb(0x80, UART_LCR); in pci_quatech_has_qmcr()
1341 outb(LCR, base + UART_LCR); in pci_quatech_has_qmcr()