Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_mm.c332 phys_addr_t s_phys = 0; in rga_mm_check_range_sgt() local
335 s_phys = sg_phys(sg); in rga_mm_check_range_sgt()
336 if ((s_phys > 0xffffffff) || (s_phys + sg->length > 0xffffffff)) in rga_mm_check_range_sgt()
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diommu.c2626 phys_addr_t s_phys = sg_phys(sg); in __iommu_map_sg() local
2628 if (len && s_phys != start + len) { in __iommu_map_sg()
2643 start = s_phys; in __iommu_map_sg()