Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/
Dprobe.c425 u16 io_base_hi, io_limit_hi; in pci_read_bridge_io() local
428 pci_read_config_word(dev, PCI_IO_LIMIT_UPPER16, &io_limit_hi); in pci_read_bridge_io()
430 limit |= ((unsigned long) io_limit_hi << 16); in pci_read_bridge_io()