Searched refs:qopr (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/tty/serial/8250/ |
H A D | 8250_pci.c | 1139 static void pci_quatech_wqopr(struct uart_8250_port *port, u8 qopr) pci_quatech_wqopr() argument 1147 outb(qopr, base + UART_SCR); pci_quatech_wqopr() 1202 u8 qopr = pci_quatech_rqopr(port); pci_quatech_test() local 1203 pci_quatech_wqopr(port, qopr & QPCR_TEST_FOR1); pci_quatech_test() 1207 pci_quatech_wqopr(port, (qopr & QPCR_TEST_FOR1)|QPCR_TEST_FOR2); pci_quatech_test() 1211 pci_quatech_wqopr(port, (qopr & QPCR_TEST_FOR1)|QPCR_TEST_FOR3); pci_quatech_test() 1215 pci_quatech_wqopr(port, (qopr & QPCR_TEST_FOR1)|QPCR_TEST_FOR4); pci_quatech_test() 1220 pci_quatech_wqopr(port, qopr); pci_quatech_test() 1226 u8 qopr, reg, set; pci_quatech_clock() local 1232 qopr = pci_quatech_rqopr(port); pci_quatech_clock() 1234 pci_quatech_wqopr(port, qopr & ~QOPR_CLOCK_X8); pci_quatech_clock() 1240 pci_quatech_wqopr(port, qopr | QOPR_CLOCK_X8); pci_quatech_clock() 1260 qopr &= ~QOPR_CLOCK_RATE_MASK; pci_quatech_clock() 1261 qopr |= set; pci_quatech_clock() 1264 pci_quatech_wqopr(port, qopr); pci_quatech_clock()
|
Completed in 73 milliseconds