Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/platforms/cell/
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()
686 val = in_be64(cregs + IOC_IOCmd_Cfg); in cell_disable_iommus()
688 out_be64(cregs + IOC_IOCmd_Cfg, val); in cell_disable_iommus()
689 (void)in_be64(cregs + IOC_IOCmd_Cfg); in cell_disable_iommus()