Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/include/asm/
H A Dropes.h174 #define IOC_IBASE 0x300 /* IO TLB */ macro
/openbmc/linux/arch/ia64/hp/common/
H A Dsba_iommu.c171 #define IOC_IBASE 0x300 /* IO TLB */ macro
289 DBG_INIT("IOC_IBASE : %016lx\n", READ_REG(hpa+IOC_IBASE)); in sba_dump_tlb()
1596 ioc->ibase = READ_REG(ioc->ioc_hpa + IOC_IBASE) & ~0x1UL; in ioc_iova_init()
1682 WRITE_REG(ioc->ibase | 1, ioc->ioc_hpa + IOC_IBASE); in ioc_iova_init()
1683 READ_REG(ioc->ioc_hpa + IOC_IBASE); in ioc_iova_init()
/openbmc/linux/drivers/parisc/
H A Dsba_iommu.c179 DBG_INIT("IOC_IBASE : 0x%Lx\n", READ_REG64(hpa+IOC_IBASE)); in sba_dump_tlb()
1286 ioc->ibase = READ_REG(ioc->ioc_hpa + IOC_IBASE) & ~0x1fffffULL; in sba_ioc_init_pluto()
1364 WRITE_REG(ioc->ibase | 1, ioc->ioc_hpa + IOC_IBASE); in sba_ioc_init_pluto()
1486 WRITE_REG(ioc->ibase | 1, ioc->ioc_hpa+IOC_IBASE); in sba_ioc_init()
/openbmc/linux/drivers/char/agp/
H A Dparisc-agp.c279 iova_base = readq(info->ioc_regs+IOC_IBASE) & ~0x1; in agp_ioc_init()