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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dpci.c403 u16 io_base_hi, io_limit_hi; local
405 pci_read_config_word(dev, PCI_IO_BASE_UPPER16, &io_base_hi);
407 base |= (io_base_hi << 16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dprobe.c309 u16 io_base_hi, io_limit_hi; local
310 pci_read_config_word(dev, PCI_IO_BASE_UPPER16, &io_base_hi);
312 base |= (io_base_hi << 16);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dpcicfg.h386 uint16 io_base_hi; member in struct:_ppb_config_regs

Completed in 122 milliseconds