Lines Matching refs:UART_LCR
1126 LCR = inb(base + UART_LCR); in pci_quatech_rqopr()
1127 outb(0xBF, base + UART_LCR); in pci_quatech_rqopr()
1129 outb(LCR, base + UART_LCR); in pci_quatech_rqopr()
1138 LCR = inb(base + UART_LCR); in pci_quatech_wqopr()
1139 outb(0xBF, base + UART_LCR); in pci_quatech_wqopr()
1142 outb(LCR, base + UART_LCR); in pci_quatech_wqopr()
1150 LCR = inb(base + UART_LCR); in pci_quatech_rqmcr()
1151 outb(0xBF, base + UART_LCR); in pci_quatech_rqmcr()
1156 outb(LCR, base + UART_LCR); in pci_quatech_rqmcr()
1166 LCR = inb(base + UART_LCR); in pci_quatech_wqmcr()
1167 outb(0xBF, base + UART_LCR); in pci_quatech_wqmcr()
1172 outb(LCR, base + UART_LCR); in pci_quatech_wqmcr()
1180 LCR = inb(base + UART_LCR); in pci_quatech_has_qmcr()
1181 outb(0xBF, base + UART_LCR); in pci_quatech_has_qmcr()
1184 outb(0x80, UART_LCR); in pci_quatech_has_qmcr()
1186 outb(LCR, base + UART_LCR); in pci_quatech_has_qmcr()