Lines Matching defs:offset
277 static int isl12026_nvm_read(void *p, unsigned int offset,
297 * offset and bytes checked and limited by nvmem core, so
305 addr[0] = offset >> 8;
306 addr[1] = offset;
321 static int isl12026_nvm_write(void *p, unsigned int offset,
338 * offset and bytes checked and limited by nvmem core, so
347 chunk_size = round_down(offset, ISL12026_PAGESIZE) +
348 ISL12026_PAGESIZE - offset;
355 payload[0] = offset >> 8;
356 payload[1] = offset;
368 offset += chunk_size;