Lines Matching refs:qopr
1364 static void pci_quatech_wqopr(struct uart_8250_port *port, u8 qopr) in pci_quatech_wqopr() argument
1372 outb(qopr, base + UART_SCR); in pci_quatech_wqopr()
1426 u8 reg, qopr; in pci_quatech_test() local
1428 qopr = pci_quatech_rqopr(port); in pci_quatech_test()
1429 pci_quatech_wqopr(port, qopr & QPCR_TEST_FOR1); in pci_quatech_test()
1433 pci_quatech_wqopr(port, (qopr & QPCR_TEST_FOR1)|QPCR_TEST_FOR2); in pci_quatech_test()
1437 pci_quatech_wqopr(port, (qopr & QPCR_TEST_FOR1)|QPCR_TEST_FOR3); in pci_quatech_test()
1441 pci_quatech_wqopr(port, (qopr & QPCR_TEST_FOR1)|QPCR_TEST_FOR4); in pci_quatech_test()
1446 pci_quatech_wqopr(port, qopr); in pci_quatech_test()
1452 u8 qopr, reg, set; in pci_quatech_clock() local
1458 qopr = pci_quatech_rqopr(port); in pci_quatech_clock()
1460 pci_quatech_wqopr(port, qopr & ~QOPR_CLOCK_X8); in pci_quatech_clock()
1466 pci_quatech_wqopr(port, qopr | QOPR_CLOCK_X8); in pci_quatech_clock()
1486 qopr &= ~QOPR_CLOCK_RATE_MASK; in pci_quatech_clock()
1487 qopr |= set; in pci_quatech_clock()
1490 pci_quatech_wqopr(port, qopr); in pci_quatech_clock()