Searched refs:ddi_bits (Results 1 – 1 of 1) sorted by relevance
568 u8 ddi_bits[3] = { 0 }; in riscv_iommu_get_dc() local588 ddi_bits[0] = 7; in riscv_iommu_get_dc()589 ddi_bits[1] = 7 + 9; in riscv_iommu_get_dc()590 ddi_bits[2] = 7 + 9 + 8; in riscv_iommu_get_dc()592 ddi_bits[0] = 6; in riscv_iommu_get_dc()593 ddi_bits[1] = 6 + 9; in riscv_iommu_get_dc()594 ddi_bits[2] = 6 + 9 + 9; in riscv_iommu_get_dc()599 if (devid >= (1 << ddi_bits[depth])) in riscv_iommu_get_dc()604 const int split = ddi_bits[depth]; in riscv_iommu_get_dc()
Completed in 7 milliseconds