Searched refs:cbar (Results 1 - 2 of 2) sorted by last modified time

/u-boot/drivers/iommu/
H A Dqcom-hyp-smmu.c180 u32 cbar, type, vmid, val; local
183 cbar = gr1_readl(priv, ARM_SMMU_GR1_CBAR(i));
184 type = FIELD_GET(ARM_SMMU_CBAR_TYPE, cbar);
185 vmid = FIELD_GET(ARM_SMMU_CBAR_VMID, cbar);
195 debug("%s: Found free context bank %d (cbar %#x)\n",
196 priv->dev->name, i, cbar);
199 cbar &= ~ARM_SMMU_CBAR_TYPE & ~ARM_SMMU_CBAR_VMID;
200 cbar |= FIELD_PREP(ARM_SMMU_CBAR_TYPE, type) |
202 gr1_writel(priv, ARM_SMMU_GR1_CBAR(i), cbar);
/u-boot/include/
H A Dtsi148.h155 unsigned int cbar; /* 0xffc */ member in struct:_TSI148

Completed in 52 milliseconds