Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Dtegra-smmu.c99 #define SMMU_PTB_DATA_VALUE(dma, attr) ((dma) >> 12 | (attr)) macro
442 value = SMMU_PTB_DATA_VALUE(as->pd_dma, as->attr); in tegra_smmu_as_prepare()