Lines Matching refs:msm_bo
222 struct msm_bo *msm_bo = to_msm_bo(bo); in bo2idx() local
225 if (msm_bo->current_ring_seqno == msm_ring->seqno) { in bo2idx()
226 idx = msm_bo->idx; in bo2idx()
241 msm_bo->current_ring_seqno = msm_ring->seqno; in bo2idx()
242 msm_bo->idx = idx; in bo2idx()
336 struct msm_bo *msm_bo = to_msm_bo(msm_ring->bos[i]); in flush_reset() local
337 if (!msm_bo) in flush_reset()
339 msm_bo->current_ring_seqno = 0; in flush_reset()
340 fd_bo_del(&msm_bo->base); in flush_reset()
563 struct msm_bo *msm_bo = to_msm_bo(r->bo); in msm_ringbuffer_emit_reloc() local
578 addr = msm_bo->presumed; in msm_ringbuffer_emit_reloc()
604 addr = msm_bo->presumed >> 32; in msm_ringbuffer_emit_reloc()