Searched refs:bitshiftcnt (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/hp/common/ |
H A D | sba_iommu.c | 458 unsigned int bitshiftcnt) in ptr_to_pide() 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 in sba_search_bitmap() 457 ptr_to_pide(struct ioc *ioc, unsigned long *res_ptr, unsigned int bitshiftcnt) ptr_to_pide() argument [all...] |
/kernel/linux/linux-6.6/arch/ia64/hp/common/ |
H A D | sba_iommu.c | 458 unsigned int bitshiftcnt) in ptr_to_pide() 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 in sba_search_bitmap() 457 ptr_to_pide(struct ioc *ioc, unsigned long *res_ptr, unsigned int bitshiftcnt) ptr_to_pide() argument [all...] |
/kernel/linux/linux-5.10/drivers/parisc/ |
H A D | sba_iommu.c | 320 unsigned int bitshiftcnt) in ptr_to_pide() 323 + bitshiftcnt; in ptr_to_pide() 379 uint bitshiftcnt = ALIGN(ioc->res_bitshift, o); in sba_search_bitmap() local 382 if (bitshiftcnt >= BITS_PER_LONG) { in sba_search_bitmap() 383 bitshiftcnt = 0; in sba_search_bitmap() 386 mask = RESMAP_MASK(bits_wanted) >> bitshiftcnt; in sba_search_bitmap() 393 tpide = ptr_to_pide(ioc, res_ptr, bitshiftcnt); in sba_search_bitmap() 403 bitshiftcnt += o; in sba_search_bitmap() 406 bitshiftcnt=0; in sba_search_bitmap() 411 ioc->res_bitshift = bitshiftcnt in sba_search_bitmap() 319 ptr_to_pide(struct ioc *ioc, unsigned long *res_ptr, unsigned int bitshiftcnt) ptr_to_pide() argument [all...] |
/kernel/linux/linux-6.6/drivers/parisc/ |
H A D | sba_iommu.c | 324 unsigned int bitshiftcnt) in ptr_to_pide() 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 in sba_search_bitmap() 323 ptr_to_pide(struct ioc *ioc, unsigned long *res_ptr, unsigned int bitshiftcnt) ptr_to_pide() argument [all...] |
Completed in 9 milliseconds