Searched refs:io_base_hi (Results 1 - 3 of 3) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci.c544 u16 io_base_hi, io_limit_hi; local
546 pci_read_config_word(dev, PCI_IO_BASE_UPPER16, &io_base_hi);
548 base |= (io_base_hi << 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dprobe.c306 u16 io_base_hi, io_limit_hi; local
307 pci_read_config_word(dev, PCI_IO_BASE_UPPER16, &io_base_hi);
309 base |= (io_base_hi << 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dpcicfg.h386 uint16 io_base_hi; member in struct:_ppb_config_regs

Completed in 94 milliseconds