Searched refs:sz64 (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.c221 u64 sz64 = sz; local
230 sz64 |= ((u64)sz << 32);
232 sz64 = pci_size(l64, sz64, mask64);
234 if (!sz64)
237 if ((sizeof(resource_size_t) < 8) && (sz64 > 0x100000000ULL)) {
249 res->end = sz64;
252 res->end = l64 + sz64;

Completed in 36 milliseconds