Searched refs:bitshiftcnt (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.c499 unsigned int bitshiftcnt; local
502 bitshiftcnt = ffz(*res_ptr);
503 *res_ptr |= (1UL << bitshiftcnt);
506 pide += bitshiftcnt;
507 ioc->res_bitshift = bitshiftcnt + bits_wanted;
523 uint bitshiftcnt = ROUNDUP(ioc->res_bitshift, o); local
527 mask = base_mask << bitshiftcnt;
534 for (; mask ; mask <<= o, bitshiftcnt += o) {
539 pide += bitshiftcnt;
540 ioc->res_bitshift = bitshiftcnt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dsba_iommu.c333 uint bitshiftcnt = ALIGN(ioc->res_bitshift, o); local
336 if (bitshiftcnt >= BITS_PER_LONG) {
337 bitshiftcnt = 0;
340 mask = RESMAP_MASK(bits_wanted) >> bitshiftcnt;
351 pide += bitshiftcnt;
355 bitshiftcnt += o;
358 bitshiftcnt=0;
363 ioc->res_bitshift = bitshiftcnt + bits_wanted;

Completed in 115 milliseconds