Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/
Dprobe.c374 u16 io_base_hi, io_limit_hi; in pci_read_bridge_io() local
377 pci_read_config_word(dev, PCI_IO_LIMIT_UPPER16, &io_limit_hi); in pci_read_bridge_io()
379 limit |= ((unsigned long) io_limit_hi << 16); in pci_read_bridge_io()