buf_write
const void *buf_write = NULL;
buf_write = instr->ctx.data.buf.out;
desc = gpmi_chain_data_write(this, buf_write, buf_len);
const void *buf_write = NULL;
buf_write = instr->ctx.data.buf.out;
memcpy32_toio(host->main_area0, buf_write, buf_len);
copy_page_to_sram(mtd, buf_write, buf_len);
buf_write(buf, tmp, len);
buf_write(struct buffer *buf, const char *s, int len);