uartbar 905 drivers/tty/serial/8250/8250_pci.c u32 miscr, uartbar, ioport; uartbar 969 drivers/tty/serial/8250/8250_pci.c pci_read_config_dword(dev, ITE_887x_UARTBAR, &uartbar); uartbar 970 drivers/tty/serial/8250/8250_pci.c uartbar &= ~(0xffff << (16 * i)); /* clear half the reg */ uartbar 971 drivers/tty/serial/8250/8250_pci.c uartbar |= (ioport << (16 * i)); /* set the ioport */ uartbar 972 drivers/tty/serial/8250/8250_pci.c pci_write_config_dword(dev, ITE_887x_UARTBAR, uartbar);