Lines Matching refs:ctrl_clr
1821 uint32_t ctrl_clr; in riscv_iommu_process_cq_control() local
1833 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() local
1864 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()
1882 uint32_t ctrl_clr; in riscv_iommu_process_pq_control() local
1894 ctrl_clr = RISCV_IOMMU_PQCSR_BUSY | RISCV_IOMMU_PQCSR_PQMF | in riscv_iommu_process_pq_control()
1899 ctrl_clr = RISCV_IOMMU_PQCSR_BUSY | RISCV_IOMMU_PQCSR_PQON; in riscv_iommu_process_pq_control()
1902 ctrl_clr = RISCV_IOMMU_PQCSR_BUSY; in riscv_iommu_process_pq_control()
1905 riscv_iommu_reg_mod32(s, RISCV_IOMMU_REG_PQCSR, ctrl_set, ctrl_clr); in riscv_iommu_process_pq_control()