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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/common/
H A Dsba_iommu.c702 int bits_not_wanted = size >> iovp_shift; local
706 bits_not_wanted = 1UL << get_iovp_order(bits_not_wanted << iovp_shift);
707 for (; bits_not_wanted > 0 ; res_ptr++) {
709 if (unlikely(bits_not_wanted > BITS_PER_LONG)) {
713 bits_not_wanted -= BITS_PER_LONG;
719 m = RESMAP_MASK(bits_not_wanted) << (pide & (BITS_PER_LONG - 1));
720 bits_not_wanted = 0;
723 bits_not_wanted, m, pide, res_ptr, *res_ptr);
726 ASSERT(bits_not_wanted);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dsba_iommu.c447 int bits_not_wanted = size >> IOVP_SHIFT; local
450 unsigned long m = RESMAP_MASK(bits_not_wanted) >> (pide & (BITS_PER_LONG - 1));
454 bits_not_wanted, m, pide, res_ptr, *res_ptr);
457 ioc->used_pages -= bits_not_wanted;

Completed in 98 milliseconds