Home
last modified time | relevance | path

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

/arch/mips/include/asm/octeon/
Dcvmx-mixx-defs.h215 uint64_t ibase:37; member
219 uint64_t ibase:37;
229 uint64_t ibase:33; member
233 uint64_t ibase:33;
/arch/ia64/hp/common/
Dsba_iommu.c202 unsigned long ibase; /* pdir IOV Space base */ member
427 #define SBA_IOVA(ioc,iovp,offset) ((ioc->ibase) | (iovp) | (offset))
428 #define SBA_IOVP(ioc,iova) ((iova) & ~(ioc->ibase))
491 BUG_ON(ioc->ibase & ~iovp_mask); in sba_search_bitmap()
492 shift = ioc->ibase >> iovp_shift; in sba_search_bitmap()
898 WRITE_REG(iovp | ioc->ibase, ioc->ioc_hpa+IOC_PCOM); in sba_mark_invalid()
1047 if (likely((iova & ioc->imask) != ioc->ibase)) { in sba_unmap_page()
1231 dma_sg->dma_address = pide | ioc->ibase; in sba_fill_pdir()
1589 ioc->ibase = READ_REG(ioc->ioc_hpa + IOC_IBASE) & ~0x1UL; in ioc_iova_init()
1595 __func__, ioc->ioc_hpa, ioc->ibase, ioc->imask, in ioc_iova_init()
[all …]
/arch/parisc/include/asm/
Dropes.h33 unsigned long ibase; /* pdir IOV Space base - shared w/lba_pci */ member
/arch/powerpc/lib/
Dcode-patching.c382 unsigned int *ibase = &interrupt_base_book3e; in __patch_exception() local
390 patch_branch(ibase + (exc / 4) + 1, addr, 0); in __patch_exception()
/arch/powerpc/include/asm/
Dcpm2.h652 ushort ibase; /* IDMA buffer descriptor table base address */ member