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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dprobe.c129 static u32 pci_size(u32 base, u32 maxbase, u32 mask) argument
131 u32 size = mask & maxbase; /* Find the significant bits */
139 /* base == maxbase can be valid only if the BAR has
141 if (base == maxbase && ((base | size) & mask) != mask)
147 static u64 pci_size64(u64 base, u64 maxbase, u64 mask) argument
149 u64 size = mask & maxbase; /* Find the significant bits */
157 /* base == maxbase can be valid only if the BAR has
159 if (base == maxbase && ((base | size) & mask) != mask)

Completed in 73 milliseconds