Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/riscv/
H A Diommu.h60 unsigned int ddt_mode; member
H A Diommu.c573 if (iommu->ddt_mode < RISCV_IOMMU_DDTP_IOMMU_MODE_1LVL || in riscv_iommu_get_dc()
574 iommu->ddt_mode > RISCV_IOMMU_DDTP_IOMMU_MODE_3LVL) in riscv_iommu_get_dc()
599 depth = iommu->ddt_mode - RISCV_IOMMU_DDTP_IOMMU_MODE_1LVL; in riscv_iommu_get_dc()
788 iommu->ddt_mode = mode; in riscv_iommu_iodir_set_mode()
1498 if (iommu->ddt_mode <= RISCV_IOMMU_DDTP_IOMMU_MODE_BARE) in riscv_iommu_probe_device()