Searched refs:l1std (Results 1 – 1 of 1) sorted by relevance
651 STEDesc l1std; in smmu_find_ste() local662 l1ptr = (dma_addr_t)(strtab_base + l1_ste_offset * sizeof(l1std)); in smmu_find_ste()664 ret = dma_memory_read(&address_space_memory, l1ptr, &l1std, in smmu_find_ste()665 sizeof(l1std), MEMTXATTRS_UNSPECIFIED); in smmu_find_ste()673 for (i = 0; i < ARRAY_SIZE(l1std.word); i++) { in smmu_find_ste()674 le32_to_cpus(&l1std.word[i]); in smmu_find_ste()677 span = L1STD_SPAN(&l1std); in smmu_find_ste()689 l2ptr = l1std_l2ptr(&l1std); in smmu_find_ste()