Lines Matching defs:offset
145 static inline int s3c_read_reg(int offset)
147 return readl(onenand->base + offset);
150 static inline void s3c_write_reg(int value, int offset)
152 writel(value, onenand->base + offset);
494 unsigned char *buffer, int offset,
500 memcpy(buffer, p + offset, count);
505 const unsigned char *buffer, int offset,
511 memcpy(p + offset, buffer, count);
616 unsigned char *buffer, int offset, size_t count)
633 if (offset & 3 || (size_t) buf & 3 ||
648 /* Page offset */
679 memcpy(buffer, this->page_buf + offset, count);