Home
last modified time | relevance | path

Searched refs:qopr (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/serial/8250/
D8250_pci.c1140 static void pci_quatech_wqopr(struct uart_8250_port *port, u8 qopr) in pci_quatech_wqopr() argument
1148 outb(qopr, base + UART_SCR); in pci_quatech_wqopr()
1203 u8 qopr = pci_quatech_rqopr(port); in pci_quatech_test() local
1204 pci_quatech_wqopr(port, qopr & QPCR_TEST_FOR1); in pci_quatech_test()
1208 pci_quatech_wqopr(port, (qopr & QPCR_TEST_FOR1)|QPCR_TEST_FOR2); in pci_quatech_test()
1212 pci_quatech_wqopr(port, (qopr & QPCR_TEST_FOR1)|QPCR_TEST_FOR3); in pci_quatech_test()
1216 pci_quatech_wqopr(port, (qopr & QPCR_TEST_FOR1)|QPCR_TEST_FOR4); in pci_quatech_test()
1221 pci_quatech_wqopr(port, qopr); in pci_quatech_test()
1227 u8 qopr, reg, set; in pci_quatech_clock() local
1233 qopr = pci_quatech_rqopr(port); in pci_quatech_clock()
[all …]