Searched refs:old_offset (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | alternative.h | 30 #define ALT_OLD_PTR(a) __ALT_PTR(a, old_offset) 41 s32 old_offset; /* offset relative to original instruction or data */ member
|
| /linux/drivers/bus/mhi/ep/ |
| H A D | ring.c | 111 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()
|
| /linux/drivers/md/bcache/ |
| H A D | extents.c | 330 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()
|
| /linux/drivers/hwmon/occ/ |
| H A D | common.c | 1051 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()
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 784 static int old_offset = -1; in complement_pos() local 790 if (old_offset != -1 && old_offset >= 0 && in complement_pos() 791 old_offset < vc->vc_screenbuf_size) { in complement_pos() 792 scr_writew(old, screenpos(vc, old_offset, true)); in complement_pos() 798 old_offset = offset; in complement_pos()
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_core.c | 2475 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()
|
| H A D | aic79xx_core.c | 3862 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()
|