Searched refs:uartbar (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/tty/serial/8250/
H A D8250_pci.c899 u32 miscr, uartbar, ioport; pci_ite887x_init() local
963 pci_read_config_dword(dev, ITE_887x_UARTBAR, &uartbar); pci_ite887x_init()
964 uartbar &= ~(0xffff << (16 * i)); /* clear half the reg */ pci_ite887x_init()
965 uartbar |= (ioport << (16 * i)); /* set the ioport */ pci_ite887x_init()
966 pci_write_config_dword(dev, ITE_887x_UARTBAR, uartbar); pci_ite887x_init()

Completed in 75 milliseconds