Searched refs:from4 (Results 1 – 1 of 1) sorted by relevance
314 size_t from4; in idg_read() local321 from4 = ALIGN_DOWN(from, sizeof(u32)); in idg_read()322 from_shift = min(sizeof(u32) - ((size_t)from - from4), len); in idg_read()324 if (from - from4) { in idg_read()325 u32 data = idg_nvm_read32(nvm, from4); in idg_read()329 memcpy(&buf[0], (u8 *)&data + (from - from4), from_shift); in idg_read()