Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/cell/
H A Diommu.c79 #define IOC_IOCmd_Cfg 0xc00 macro
414 reg = in_be64(iommu->cmd_regs + IOC_IOCmd_Cfg) | IOC_IOCmd_Cfg_TE; in cell_iommu_enable_hardware()
415 out_be64(iommu->cmd_regs + IOC_IOCmd_Cfg, reg); in cell_iommu_enable_hardware()
703 val = in_be64(cregs + IOC_IOCmd_Cfg); in cell_disable_iommus()
705 out_be64(cregs + IOC_IOCmd_Cfg, val); in cell_disable_iommus()
706 (void)in_be64(cregs + IOC_IOCmd_Cfg); in cell_disable_iommus()