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