Searched refs:qopr (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_pci.c | 1373 static void pci_quatech_wqopr(struct uart_8250_port *port, u8 qopr) in pci_quatech_wqopr() argument 1381 outb(qopr, base + UART_SCR); in pci_quatech_wqopr() 1435 u8 reg, qopr; in pci_quatech_test() local 1437 qopr = pci_quatech_rqopr(port); in pci_quatech_test() 1438 pci_quatech_wqopr(port, qopr & QPCR_TEST_FOR1); in pci_quatech_test() 1442 pci_quatech_wqopr(port, (qopr & QPCR_TEST_FOR1)|QPCR_TEST_FOR2); in pci_quatech_test() 1446 pci_quatech_wqopr(port, (qopr & QPCR_TEST_FOR1)|QPCR_TEST_FOR3); in pci_quatech_test() 1450 pci_quatech_wqopr(port, (qopr & QPCR_TEST_FOR1)|QPCR_TEST_FOR4); in pci_quatech_test() 1455 pci_quatech_wqopr(port, qopr); in pci_quatech_test() 1461 u8 qopr, reg, set; in pci_quatech_clock() local [all …]
|