Lines Matching refs:buffer
270 * onenand_buffer_address - [DEFAULT] Get buffer address
274 * Return: the start buffer value
463 /* Switch to the next data buffer */
752 * @buffer: the databuffer to put/get data
759 unsigned char *buffer, int offset, size_t count)
776 buffer[count] = (word & 0xff);
779 memcpy(buffer, bufferram + offset, count);
788 * @buffer: the databuffer to put/get data
795 unsigned char *buffer, int offset, size_t count)
814 buffer[count] = (word & 0xff);
817 memcpy(buffer, bufferram + offset, count);
828 * @buffer: the databuffer to put/get data
835 const unsigned char *buffer, int offset, size_t count)
856 word = (word & ~0xff) | buffer[count];
860 memcpy(bufferram + offset, buffer, count);
1698 * onenand_panic_write - [MTD Interface] write buffer to FLASH in a panic context
1778 * @oob_buf: oob buffer
2952 /* Force buffer page aligned */
3744 /* The data buffer size is equal to page size */