Searched refs:mem_limit_hi (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dprobe.c339 u32 mem_base_hi, mem_limit_hi; local
341 pci_read_config_dword(dev, PCI_PREF_LIMIT_UPPER32, &mem_limit_hi);
348 if (mem_base_hi <= mem_limit_hi) {
351 limit |= ((long) mem_limit_hi) << 32;
353 if (mem_base_hi || mem_limit_hi) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci.c582 u32 mem_base_hi, mem_limit_hi; local
585 pci_read_config_dword(dev, PCI_PREF_LIMIT_UPPER32, &mem_limit_hi);
592 if (mem_base_hi <= mem_limit_hi) {
594 limit |= ((long) mem_limit_hi) << 32;

Completed in 70 milliseconds