Home
last modified time | relevance | path

Searched refs:bitshiftcnt (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/arch/ia64/hp/common/
Dsba_iommu.c458 unsigned int bitshiftcnt) in ptr_to_pide() argument
461 + bitshiftcnt; in ptr_to_pide()
512 unsigned int bitshiftcnt; in sba_search_bitmap() local
515 bitshiftcnt = ffz(*res_ptr); in sba_search_bitmap()
516 *res_ptr |= (1UL << bitshiftcnt); in sba_search_bitmap()
517 pide = ptr_to_pide(ioc, res_ptr, bitshiftcnt); in sba_search_bitmap()
518 ioc->res_bitshift = bitshiftcnt + bits_wanted; in sba_search_bitmap()
534 uint bitshiftcnt = ROUNDUP(ioc->res_bitshift, o); in sba_search_bitmap() local
538 mask = base_mask << bitshiftcnt; in sba_search_bitmap()
545 for (; mask ; mask <<= o, bitshiftcnt += o) { in sba_search_bitmap()
[all …]
/Linux-v6.1/drivers/parisc/
Dsba_iommu.c326 unsigned int bitshiftcnt) in ptr_to_pide() argument
329 + bitshiftcnt; in ptr_to_pide()
385 uint bitshiftcnt = ALIGN(ioc->res_bitshift, o); in sba_search_bitmap() local
388 if (bitshiftcnt >= BITS_PER_LONG) { in sba_search_bitmap()
389 bitshiftcnt = 0; in sba_search_bitmap()
392 mask = RESMAP_MASK(bits_wanted) >> bitshiftcnt; in sba_search_bitmap()
399 tpide = ptr_to_pide(ioc, res_ptr, bitshiftcnt); in sba_search_bitmap()
409 bitshiftcnt += o; in sba_search_bitmap()
412 bitshiftcnt=0; in sba_search_bitmap()
417 ioc->res_bitshift = bitshiftcnt + bits_wanted; in sba_search_bitmap()