Lines Matching refs:UART_LCR
1132 LCR = inb(base + UART_LCR); in pci_quatech_rqopr()
1133 outb(0xBF, base + UART_LCR); in pci_quatech_rqopr()
1135 outb(LCR, base + UART_LCR); in pci_quatech_rqopr()
1144 LCR = inb(base + UART_LCR); in pci_quatech_wqopr()
1145 outb(0xBF, base + UART_LCR); in pci_quatech_wqopr()
1148 outb(LCR, base + UART_LCR); in pci_quatech_wqopr()
1156 LCR = inb(base + UART_LCR); in pci_quatech_rqmcr()
1157 outb(0xBF, base + UART_LCR); in pci_quatech_rqmcr()
1162 outb(LCR, base + UART_LCR); in pci_quatech_rqmcr()
1172 LCR = inb(base + UART_LCR); in pci_quatech_wqmcr()
1173 outb(0xBF, base + UART_LCR); in pci_quatech_wqmcr()
1178 outb(LCR, base + UART_LCR); in pci_quatech_wqmcr()
1186 LCR = inb(base + UART_LCR); in pci_quatech_has_qmcr()
1187 outb(0xBF, base + UART_LCR); in pci_quatech_has_qmcr()
1190 outb(0x80, UART_LCR); in pci_quatech_has_qmcr()
1192 outb(LCR, base + UART_LCR); in pci_quatech_has_qmcr()