Searched refs:pide (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/arch/ia64/hp/common/ |
D | sba_iommu.c | 309 sba_dump_pdir_entry(struct ioc *ioc, char *msg, uint pide) in sba_dump_pdir_entry() argument 312 u64 *ptr = &ioc->pdir_base[pide & ~(BITS_PER_LONG - 1)]; in sba_dump_pdir_entry() 313 unsigned long *rptr = (unsigned long *) &ioc->res_map[(pide >>3) & -sizeof(unsigned long)]; in sba_dump_pdir_entry() 317 msg, rptr, pide & (BITS_PER_LONG - 1), *rptr); in sba_dump_pdir_entry() 322 (rcnt == (pide & (BITS_PER_LONG - 1))) in sba_dump_pdir_entry() 345 uint pide = 0; in sba_check_pdir() local 363 sba_dump_pdir_entry(ioc, msg, pide); in sba_check_pdir() 369 pide++; in sba_check_pdir() 480 unsigned long flags, pide = ~0UL, tpide; in sba_search_bitmap() local 517 pide = ptr_to_pide(ioc, res_ptr, bitshiftcnt); in sba_search_bitmap() [all …]
|
/linux-6.6.21/drivers/parisc/ |
D | iommu-helpers.h | 45 u32 pide = sg_dma_address(startsg) & ~PIDE_FLAG; in iommu_fill_pdir() local 53 dma_offset = (unsigned long) pide & ~IOVP_MASK; in iommu_fill_pdir() 57 sg_dma_address(dma_sg) = pide | ioc->ibase; in iommu_fill_pdir() 62 sg_dma_address(dma_sg) = pide; in iommu_fill_pdir() 64 pdirp = &(ioc->pdir_base[pide >> IOVP_SHIFT]); in iommu_fill_pdir()
|
D | sba_iommu.c | 202 sba_dump_pdir_entry(struct ioc *ioc, char *msg, uint pide) in sba_dump_pdir_entry() argument 205 __le64 *ptr = &(ioc->pdir_base[pide & (~0U * BITS_PER_LONG)]); in sba_dump_pdir_entry() 206 unsigned long *rptr = (unsigned long *) &(ioc->res_map[(pide >>3) & ~(sizeof(unsigned long) - 1)]); in sba_dump_pdir_entry() 211 rptr, pide & (BITS_PER_LONG - 1), *rptr); in sba_dump_pdir_entry() 216 (rcnt == (pide & (BITS_PER_LONG - 1))) in sba_dump_pdir_entry() 239 uint pide = 0; in sba_check_pdir() local 254 sba_dump_pdir_entry(ioc, msg, pide); in sba_check_pdir() 260 pide++; in sba_check_pdir() 346 unsigned long pide = ~0UL, tpide; in sba_search_bitmap() local 369 pide = tpide; in sba_search_bitmap() [all …]
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 6438 MLXSW_ITEM32(reg, htgt, pide, 0x04, 15, 1); 9845 MLXSW_ITEM32(reg, mpat, pide, 0x0C, 15, 1);
|