Lines Matching refs:UART_LCR
1133 LCR = inb(base + UART_LCR); in pci_quatech_rqopr()
1134 outb(0xBF, base + UART_LCR); in pci_quatech_rqopr()
1136 outb(LCR, base + UART_LCR); in pci_quatech_rqopr()
1145 LCR = inb(base + UART_LCR); in pci_quatech_wqopr()
1146 outb(0xBF, base + UART_LCR); in pci_quatech_wqopr()
1149 outb(LCR, base + UART_LCR); in pci_quatech_wqopr()
1157 LCR = inb(base + UART_LCR); in pci_quatech_rqmcr()
1158 outb(0xBF, base + UART_LCR); in pci_quatech_rqmcr()
1163 outb(LCR, base + UART_LCR); in pci_quatech_rqmcr()
1173 LCR = inb(base + UART_LCR); in pci_quatech_wqmcr()
1174 outb(0xBF, base + UART_LCR); in pci_quatech_wqmcr()
1179 outb(LCR, base + UART_LCR); in pci_quatech_wqmcr()
1187 LCR = inb(base + UART_LCR); in pci_quatech_has_qmcr()
1188 outb(0xBF, base + UART_LCR); in pci_quatech_has_qmcr()
1191 outb(0x80, UART_LCR); in pci_quatech_has_qmcr()
1193 outb(LCR, base + UART_LCR); in pci_quatech_has_qmcr()