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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dprobe.c122 static u64 pci_size(u64 base, u64 maxbase, u64 mask) argument
124 u64 size = mask & maxbase; /* Find the significant bits */
132 /* base == maxbase can be valid only if the BAR has
134 if (base == maxbase && ((base | size) & mask) != mask)

Completed in 93 milliseconds