Searched refs:sgt_offset (Results 1 – 2 of 2) sorted by relevance
1417 u64 sgt_offset; member2351 u64 device_addr, u64 sgt_offset, u64 size) in pvr_mmu_op_context_create() argument2353 u64 start_addr = device_addr + sgt_offset; in pvr_mmu_op_context_create()2363 op_ctx->map.sgt_offset = sgt_offset; in pvr_mmu_op_context_create()2593 if ((op_ctx->map.sgt_offset | size) & ~PVR_DEVICE_PAGE_MASK) in pvr_mmu_map()2611 if (sgl_len <= op_ctx->map.sgt_offset) { in pvr_mmu_map()2612 op_ctx->map.sgt_offset -= sgl_len; in pvr_mmu_map()2616 sgl_offset = op_ctx->map.sgt_offset; in pvr_mmu_map()2630 op_ctx->map.sgt_offset = 0; in pvr_mmu_map()
102 struct sg_table *sgt, u64 device_addr, u64 sgt_offset, u64 size);