Searched refs:soffset (Results 1 - 10 of 10) sorted by relevance

/drivers/gpu/drm/radeon/
H A Dradeon_sa.c185 return list_entry(hole->next, struct radeon_sa_bo, olist)->soffset;
194 unsigned soffset, eoffset, wasted; local
196 soffset = radeon_sa_bo_hole_soffset(sa_manager);
198 wasted = (align - (soffset % align)) % align;
200 if ((eoffset - soffset) >= (size + wasted)) {
201 soffset += wasted;
204 sa_bo->soffset = soffset;
205 sa_bo->eoffset = soffset + size;
227 unsigned soffset, eoffse local
252 unsigned i, soffset, best, tmp; local
402 uint64_t soffset = i->soffset + sa_manager->gpu_addr; local
[all...]
H A Dradeon_object.h165 return sa_bo->manager->gpu_addr + sa_bo->soffset;
170 return sa_bo->manager->cpu_ptr + sa_bo->soffset;
H A Dradeon_trace.h69 __field(u64, soffset)
75 __entry->soffset = bo_va->it.start;
80 __entry->soffset, __entry->eoffset, __entry->flags)
H A Dradeon_vm.c445 * @soffset: requested offset of the buffer in the VM address space
456 uint64_t soffset,
465 if (soffset) {
467 eoffset = soffset + size;
468 if (soffset >= eoffset) {
506 soffset /= RADEON_GPU_PAGE_SIZE;
508 if (soffset || eoffset) {
510 it = interval_tree_iter_first(&vm->va, soffset, eoffset - 1);
517 soffset, tmp->bo, tmp->it.start, tmp->it.last);
521 bo_va->it.start = soffset;
454 radeon_vm_bo_set_addr(struct radeon_device *rdev, struct radeon_bo_va *bo_va, uint64_t soffset, uint32_t flags) argument
[all...]
H A Dradeon_ib.c78 * space and soffset is the offset inside the pool bo
80 ib->gpu_addr = ib->sa_bo->soffset + RADEON_VA_IB_OFFSET;
H A Dradeon.h548 unsigned soffset; member in struct:radeon_sa_bo
/drivers/video/fbdev/
H A Dcarminefb.c225 u32 soffset = par->smem_offset; local
294 c_set_disp_reg(par, CARMINE_DISP_REG_L0_ORG_ADR, soffset);
295 c_set_disp_reg(par, CARMINE_DISP_REG_L1_ORG_ADR, soffset);
296 c_set_disp_reg(par, CARMINE_DISP_REG_L2_ORG_ADR1, soffset);
297 c_set_disp_reg(par, CARMINE_DISP_REG_L3_ORG_ADR1, soffset);
298 c_set_disp_reg(par, CARMINE_DISP_REG_L4_ORG_ADR1, soffset);
299 c_set_disp_reg(par, CARMINE_DISP_REG_L5_ORG_ADR1, soffset);
300 c_set_disp_reg(par, CARMINE_DISP_REG_L6_ORG_ADR1, soffset);
301 c_set_disp_reg(par, CARMINE_DISP_REG_L7_ORG_ADR1, soffset);
304 c_set_disp_reg(par, CARMINE_DISP_REG_L0_DISP_ADR, soffset);
[all...]
/drivers/staging/lustre/include/linux/lnet/
H A Dlib-lnet.h768 unsigned int soffset, unsigned int nob);
780 unsigned int soffset, unsigned int nob);
784 unsigned int nsiov, struct iovec *siov, unsigned int soffset,
790 nsiov, siov, soffset, nob);
796 unsigned int soffset, unsigned int nob)
801 nsiov, skiov, soffset, nob);
806 int slen, void *src, unsigned int soffset, unsigned int nob)
811 1, &siov, soffset, nob);
817 unsigned int soffset, unsigned int nob)
822 1, &siov, soffset, no
783 lnet_copy_iov2flat(int dlen, void *dest, unsigned int doffset, unsigned int nsiov, struct iovec *siov, unsigned int soffset, unsigned int nob) argument
794 lnet_copy_kiov2flat(int dlen, void *dest, unsigned int doffset, unsigned int nsiov, lnet_kiov_t *skiov, unsigned int soffset, unsigned int nob) argument
805 lnet_copy_flat2iov(unsigned int ndiov, struct iovec *diov, unsigned int doffset, int slen, void *src, unsigned int soffset, unsigned int nob) argument
815 lnet_copy_flat2kiov(unsigned int ndiov, lnet_kiov_t *dkiov, unsigned int doffset, int slen, void *src, unsigned int soffset, unsigned int nob) argument
[all...]
/drivers/staging/lustre/lnet/lnet/
H A Dlib-move.c174 unsigned int nsiov, struct iovec *siov, unsigned int soffset,
192 /* skip complete frags before 'soffset' */
194 while (soffset >= siov->iov_len) {
195 soffset -= siov->iov_len;
205 siov->iov_len - soffset);
209 (char *)siov->iov_base + soffset, this_nob);
220 if (siov->iov_len > soffset + this_nob) {
221 soffset += this_nob;
225 soffset = 0;
293 unsigned int nsiov, lnet_kiov_t *siov, unsigned int soffset,
173 lnet_copy_iov2iov(unsigned int ndiov, struct iovec *diov, unsigned int doffset, unsigned int nsiov, struct iovec *siov, unsigned int soffset, unsigned int nob) argument
292 lnet_copy_kiov2kiov(unsigned int ndiov, lnet_kiov_t *diov, unsigned int doffset, unsigned int nsiov, lnet_kiov_t *siov, unsigned int soffset, unsigned int nob) argument
[all...]
/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c69 void pm80xx_pci_mem_copy(struct pm8001_hba_info *pm8001_ha, u32 soffset, argument
78 offset = (soffset + index / 4);

Completed in 192 milliseconds