Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/8250/
D8250_pci.c1016 u32 miscr, uartbar, ioport; in pci_ite887x_init() local
1080 pci_read_config_dword(dev, ITE_887x_UARTBAR, &uartbar); in pci_ite887x_init()
1081 uartbar &= ~(0xffff << (16 * i)); /* clear half the reg */ in pci_ite887x_init()
1082 uartbar |= (ioport << (16 * i)); /* set the ioport */ in pci_ite887x_init()
1083 pci_write_config_dword(dev, ITE_887x_UARTBAR, uartbar); in pci_ite887x_init()