Searched refs:xlate_regs (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Diommu.c133 void __iomem *xlate_regs; member in struct:cbe_iommu
156 reg = iommu->xlate_regs + IOC_IOPT_CacheInvd;
248 stat = in_be64(iommu->xlate_regs + IOC_IO_ExcpStat);
263 out_be64(iommu->xlate_regs + IOC_IO_ExcpStat, stat);
320 iommu->xlate_regs = ioremap(xlate_base, IOC_Reg_Size);
321 iommu->cmd_regs = iommu->xlate_regs + IOC_IOCmd_Offset;
384 reg = in_be64(iommu->xlate_regs + IOC_IO_ExcpStat);
385 out_be64(iommu->xlate_regs + IOC_IO_ExcpStat,
387 out_be64(iommu->xlate_regs + IOC_IO_ExcpMask,
400 out_be64(iommu->xlate_regs
[all...]

Completed in 79 milliseconds