Home
last modified time | relevance | path

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

/linux/drivers/mtd/devices/
H A Dmtd_intel_dg.c313 size_t from_shift; in idg_read() local
322 from_shift = min(sizeof(u32) - ((size_t)from - from4), len); in idg_read()
329 memcpy(&buf[0], (u8 *)&data + (from - from4), from_shift); in idg_read()
330 len_s -= from_shift; in idg_read()
331 buf += from_shift; in idg_read()
332 from += from_shift; in idg_read()