pide              309 arch/ia64/hp/common/sba_iommu.c sba_dump_pdir_entry(struct ioc *ioc, char *msg, uint pide)
pide              312 arch/ia64/hp/common/sba_iommu.c 	u64 *ptr = &ioc->pdir_base[pide  & ~(BITS_PER_LONG - 1)];
pide              313 arch/ia64/hp/common/sba_iommu.c 	unsigned long *rptr = (unsigned long *) &ioc->res_map[(pide >>3) & -sizeof(unsigned long)];
pide              317 arch/ia64/hp/common/sba_iommu.c 		 msg, rptr, pide & (BITS_PER_LONG - 1), *rptr);
pide              322 arch/ia64/hp/common/sba_iommu.c 		       (rcnt == (pide & (BITS_PER_LONG - 1)))
pide              345 arch/ia64/hp/common/sba_iommu.c 	uint pide = 0;
pide              363 arch/ia64/hp/common/sba_iommu.c 				sba_dump_pdir_entry(ioc, msg, pide);
pide              369 arch/ia64/hp/common/sba_iommu.c 			pide++;
pide              480 arch/ia64/hp/common/sba_iommu.c 	unsigned long flags, pide = ~0UL, tpide;
pide              518 arch/ia64/hp/common/sba_iommu.c 				pide = ptr_to_pide(ioc, res_ptr, bitshiftcnt);
pide              553 arch/ia64/hp/common/sba_iommu.c 					pide = tpide;
pide              591 arch/ia64/hp/common/sba_iommu.c 			pide = tpide;
pide              605 arch/ia64/hp/common/sba_iommu.c 	return (pide);
pide              610 arch/ia64/hp/common/sba_iommu.c 	return (pide);
pide              629 arch/ia64/hp/common/sba_iommu.c 	unsigned long pide;
pide              640 arch/ia64/hp/common/sba_iommu.c 	pide = sba_search_bitmap(ioc, dev, pages_needed, 1);
pide              641 arch/ia64/hp/common/sba_iommu.c 	if (unlikely(pide >= (ioc->res_size << 3))) {
pide              642 arch/ia64/hp/common/sba_iommu.c 		pide = sba_search_bitmap(ioc, dev, pages_needed, 0);
pide              643 arch/ia64/hp/common/sba_iommu.c 		if (unlikely(pide >= (ioc->res_size << 3))) {
pide              671 arch/ia64/hp/common/sba_iommu.c 			pide = sba_search_bitmap(ioc, dev, pages_needed, 0);
pide              672 arch/ia64/hp/common/sba_iommu.c 			if (unlikely(pide >= (ioc->res_size << 3))) {
pide              694 arch/ia64/hp/common/sba_iommu.c 	prefetchw(&(ioc->pdir_base[pide]));
pide              698 arch/ia64/hp/common/sba_iommu.c 	if(0x00 != ((u8 *) ioc->pdir_base)[pide*PDIR_ENTRY_SIZE + 7]) {
pide              699 arch/ia64/hp/common/sba_iommu.c 		sba_dump_pdir_entry(ioc, "sba_search_bitmap() botched it?", pide);
pide              704 arch/ia64/hp/common/sba_iommu.c 		__func__, size, pages_needed, pide,
pide              708 arch/ia64/hp/common/sba_iommu.c 	return (pide);
pide              724 arch/ia64/hp/common/sba_iommu.c 	unsigned int pide = PDIR_INDEX(iovp);
pide              725 arch/ia64/hp/common/sba_iommu.c 	unsigned int ridx = pide >> 3;	/* convert bit to byte address */
pide              739 arch/ia64/hp/common/sba_iommu.c 			pide += BITS_PER_LONG;
pide              744 arch/ia64/hp/common/sba_iommu.c 			m = RESMAP_MASK(bits_not_wanted) << (pide & (BITS_PER_LONG - 1));
pide              748 arch/ia64/hp/common/sba_iommu.c 			        bits_not_wanted, m, pide, res_ptr, *res_ptr);
pide              922 arch/ia64/hp/common/sba_iommu.c 	int pide;
pide              967 arch/ia64/hp/common/sba_iommu.c 	pide = sba_alloc_range(ioc, dev, size);
pide              968 arch/ia64/hp/common/sba_iommu.c 	if (pide < 0)
pide              971 arch/ia64/hp/common/sba_iommu.c 	iovp = (dma_addr_t) pide << iovp_shift;
pide              975 arch/ia64/hp/common/sba_iommu.c 	pdir_start = &(ioc->pdir_base[pide]);
pide             1226 arch/ia64/hp/common/sba_iommu.c 			u32 pide = startsg->dma_address & ~PIDE_FLAG;
pide             1227 arch/ia64/hp/common/sba_iommu.c 			dma_offset = (unsigned long) pide & ~iovp_mask;
pide             1231 arch/ia64/hp/common/sba_iommu.c 			dma_sg->dma_address = pide | ioc->ibase;
pide             1232 arch/ia64/hp/common/sba_iommu.c 			pdirp = &(ioc->pdir_base[pide >> iovp_shift]);
pide             5452 drivers/net/ethernet/mellanox/mlxsw/reg.h MLXSW_ITEM32(reg, htgt, pide, 0x04, 15, 1);
pide               45 drivers/parisc/iommu-helpers.h 			u32 pide = sg_dma_address(startsg) & ~PIDE_FLAG;
pide               53 drivers/parisc/iommu-helpers.h 			dma_offset = (unsigned long) pide & ~IOVP_MASK;
pide               57 drivers/parisc/iommu-helpers.h 			sg_dma_address(dma_sg) = pide | ioc->ibase;
pide               62 drivers/parisc/iommu-helpers.h 			sg_dma_address(dma_sg) = pide;
pide               64 drivers/parisc/iommu-helpers.h 			pdirp = &(ioc->pdir_base[pide >> IOVP_SHIFT]);
pide              197 drivers/parisc/sba_iommu.c sba_dump_pdir_entry(struct ioc *ioc, char *msg, uint pide)
pide              200 drivers/parisc/sba_iommu.c 	u64 *ptr = &(ioc->pdir_base[pide & (~0U * BITS_PER_LONG)]);
pide              201 drivers/parisc/sba_iommu.c 	unsigned long *rptr = (unsigned long *) &(ioc->res_map[(pide >>3) & ~(sizeof(unsigned long) - 1)]);
pide              206 drivers/parisc/sba_iommu.c 		 rptr, pide & (BITS_PER_LONG - 1), *rptr);
pide              211 drivers/parisc/sba_iommu.c 			(rcnt == (pide & (BITS_PER_LONG - 1)))
pide              234 drivers/parisc/sba_iommu.c 	uint pide = 0;
pide              249 drivers/parisc/sba_iommu.c 				sba_dump_pdir_entry(ioc, msg, pide);
pide              255 drivers/parisc/sba_iommu.c 			pide++;
pide              340 drivers/parisc/sba_iommu.c 	unsigned long pide = ~0UL, tpide;
pide              364 drivers/parisc/sba_iommu.c 				pide = tpide;
pide              399 drivers/parisc/sba_iommu.c 				pide = tpide;
pide              421 drivers/parisc/sba_iommu.c 	return (pide);
pide              440 drivers/parisc/sba_iommu.c 	unsigned long pide;
pide              442 drivers/parisc/sba_iommu.c 	pide = sba_search_bitmap(ioc, dev, pages_needed);
pide              443 drivers/parisc/sba_iommu.c 	if (pide >= (ioc->res_size << 3)) {
pide              444 drivers/parisc/sba_iommu.c 		pide = sba_search_bitmap(ioc, dev, pages_needed);
pide              445 drivers/parisc/sba_iommu.c 		if (pide >= (ioc->res_size << 3))
pide              452 drivers/parisc/sba_iommu.c 	if(0x00 != ((u8 *) ioc->pdir_base)[pide*sizeof(u64) + 7]) {
pide              453 drivers/parisc/sba_iommu.c 		sba_dump_pdir_entry(ioc, "sba_search_bitmap() botched it?", pide);
pide              458 drivers/parisc/sba_iommu.c 		__func__, size, pages_needed, pide,
pide              475 drivers/parisc/sba_iommu.c 	return (pide);
pide              491 drivers/parisc/sba_iommu.c 	unsigned int pide = PDIR_INDEX(iovp);
pide              492 drivers/parisc/sba_iommu.c 	unsigned int ridx = pide >> 3;	/* convert bit to byte address */
pide              498 drivers/parisc/sba_iommu.c 	unsigned long m = RESMAP_MASK(bits_not_wanted) >> (pide & (BITS_PER_LONG - 1));
pide              502 drivers/parisc/sba_iommu.c 		bits_not_wanted, m, pide, res_ptr, *res_ptr);
pide              712 drivers/parisc/sba_iommu.c 	int pide;
pide              733 drivers/parisc/sba_iommu.c 	pide = sba_alloc_range(ioc, dev, size);
pide              734 drivers/parisc/sba_iommu.c 	iovp = (dma_addr_t) pide << IOVP_SHIFT;
pide              739 drivers/parisc/sba_iommu.c 	pdir_start = &(ioc->pdir_base[pide]);