Home
last modified time | relevance | path

Searched refs:old_offset (Results 1 – 8 of 8) sorted by relevance

/drivers/bus/mhi/ep/
A Dring.c111 size_t old_offset = 0; in mhi_ep_ring_add_element() local
133 old_offset = ring->rd_offset; in mhi_ep_ring_add_element()
136 buf_info.host_addr = ring->rbase + (old_offset * sizeof(*el)); in mhi_ep_ring_add_element()
/drivers/gpu/drm/i915/display/
A Dintel_fb.c976 u32 old_offset, in intel_adjust_tile_offset() argument
982 WARN_ON(old_offset & (tile_size - 1)); in intel_adjust_tile_offset()
984 WARN_ON(new_offset > old_offset); in intel_adjust_tile_offset()
1001 u32 old_offset, in intel_adjust_linear_offset() argument
1004 old_offset += *y * pitch + *x * cpp; in intel_adjust_linear_offset()
1006 *y = (old_offset - new_offset) / pitch; in intel_adjust_linear_offset()
1017 u32 old_offset, u32 new_offset) in intel_adjust_aligned_offset() argument
1040 old_offset, new_offset); in intel_adjust_aligned_offset()
1043 old_offset, new_offset); in intel_adjust_aligned_offset()
1056 u32 old_offset, u32 new_offset) in intel_plane_adjust_aligned_offset() argument
[all …]
A Dintel_fb.h76 u32 old_offset, u32 new_offset);
/drivers/md/bcache/
A Dextents.c330 uint64_t old_offset; in bch_extent_insert_fixup() local
352 old_offset = KEY_START(k); in bch_extent_insert_fixup()
443 old_offset = KEY_START(insert); in bch_extent_insert_fixup()
458 bch_subtract_dirty(k, c, old_offset, old_size - KEY_SIZE(k)); in bch_extent_insert_fixup()
/drivers/hwmon/occ/
A Dcommon.c1051 unsigned int i, old_offset, offset = 0, size = 0; in occ_parse_poll_response() local
1065 old_offset = offset; in occ_parse_poll_response()
1077 old_offset, offset - 1, block->header.eye_catcher, in occ_parse_poll_response()
/drivers/tty/vt/
A Dvt.c755 static int old_offset = -1; in complement_pos() local
761 if (old_offset != -1 && old_offset >= 0 && in complement_pos()
762 old_offset < vc->vc_screenbuf_size) { in complement_pos()
763 scr_writew(old, screenpos(vc, old_offset, true)); in complement_pos()
769 old_offset = offset; in complement_pos()
/drivers/scsi/aic7xxx/
A Daic7xxx_core.c2475 u_int old_offset; in ahc_set_syncrate() local
2504 old_offset = tinfo->curr.offset; in ahc_set_syncrate()
2509 || old_offset != offset in ahc_set_syncrate()
A Daic79xx_core.c3862 u_int old_offset; in ahd_set_syncrate() local
3891 old_offset = tinfo->curr.offset; in ahd_set_syncrate()
3896 || old_offset != offset in ahd_set_syncrate()

Completed in 48 milliseconds