Lines Matching refs:BITS_PER_LONG
271 #define DMA_CHUNK_SIZE (BITS_PER_LONG*iovp_size)
320 u64 *ptr = &ioc->pdir_base[pide & ~(BITS_PER_LONG - 1)]; in sba_dump_pdir_entry()
325 msg, rptr, pide & (BITS_PER_LONG - 1), *rptr); in sba_dump_pdir_entry()
328 while (rcnt < BITS_PER_LONG) { in sba_dump_pdir_entry()
330 (rcnt == (pide & (BITS_PER_LONG - 1))) in sba_dump_pdir_entry()
535 if (likely(bits_wanted <= BITS_PER_LONG/2)) { in sba_search_bitmap()
577 bits = bits_wanted - (qwords * BITS_PER_LONG); in sba_search_bitmap()
742 if (unlikely(bits_not_wanted > BITS_PER_LONG)) { in sba_free_range()
746 bits_not_wanted -= BITS_PER_LONG; in sba_free_range()
747 pide += BITS_PER_LONG; in sba_free_range()
752 m = RESMAP_MASK(bits_not_wanted) << (pide & (BITS_PER_LONG - 1)); in sba_free_range()
1306 (((((unsigned long) __X) | ((unsigned long) __Y)) << (BITS_PER_LONG - iovp_shift)) == 0UL)