Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/parisc/
Dsba_iommu.c324 unsigned int bitshiftcnt) in ptr_to_pide() argument
327 + bitshiftcnt; in ptr_to_pide()
384 uint bitshiftcnt = ALIGN(ioc->res_bitshift, o); in sba_search_bitmap() local
387 if (bitshiftcnt >= BITS_PER_LONG) { in sba_search_bitmap()
388 bitshiftcnt = 0; in sba_search_bitmap()
391 mask = RESMAP_MASK(bits_wanted) >> bitshiftcnt; in sba_search_bitmap()
398 tpide = ptr_to_pide(ioc, res_ptr, bitshiftcnt); in sba_search_bitmap()
408 bitshiftcnt += o; in sba_search_bitmap()
411 bitshiftcnt=0; in sba_search_bitmap()
416 ioc->res_bitshift = bitshiftcnt + bits_wanted; in sba_search_bitmap()