Searched refs:ctrl_clr (Results 1 – 1 of 1) sorted by relevance
1821 uint32_t ctrl_clr; in riscv_iommu_process_cq_control() local1833 ctrl_clr = RISCV_IOMMU_CQCSR_BUSY | RISCV_IOMMU_CQCSR_CQMF | in riscv_iommu_process_cq_control()1839 ctrl_clr = RISCV_IOMMU_CQCSR_BUSY | RISCV_IOMMU_CQCSR_CQON; in riscv_iommu_process_cq_control()1842 ctrl_clr = RISCV_IOMMU_CQCSR_BUSY; in riscv_iommu_process_cq_control()1845 riscv_iommu_reg_mod32(s, RISCV_IOMMU_REG_CQCSR, ctrl_set, ctrl_clr); in riscv_iommu_process_cq_control()1852 uint32_t ctrl_clr; in riscv_iommu_process_fq_control() local1864 ctrl_clr = RISCV_IOMMU_FQCSR_BUSY | RISCV_IOMMU_FQCSR_FQMF | in riscv_iommu_process_fq_control()1869 ctrl_clr = RISCV_IOMMU_FQCSR_BUSY | RISCV_IOMMU_FQCSR_FQON; in riscv_iommu_process_fq_control()1872 ctrl_clr = RISCV_IOMMU_FQCSR_BUSY; in riscv_iommu_process_fq_control()1875 riscv_iommu_reg_mod32(s, RISCV_IOMMU_REG_FQCSR, ctrl_set, ctrl_clr); in riscv_iommu_process_fq_control()[all …]