Home
last modified time | relevance | path

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

/linux/drivers/iommu/riscv/
H A Diommu.h62 unsigned int ddt_mode; member
H A Diommu.c602 if (iommu->ddt_mode < RISCV_IOMMU_DDTP_IOMMU_MODE_1LVL || in riscv_iommu_get_dc()
603 iommu->ddt_mode > RISCV_IOMMU_DDTP_IOMMU_MODE_3LVL) in riscv_iommu_get_dc()
628 depth = iommu->ddt_mode - RISCV_IOMMU_DDTP_IOMMU_MODE_1LVL; in riscv_iommu_get_dc()
817 iommu->ddt_mode = mode; in riscv_iommu_iodir_set_mode()
1472 if (iommu->ddt_mode <= RISCV_IOMMU_DDTP_IOMMU_MODE_BARE) in riscv_iommu_probe_device()