Searched refs:buf_write (Results 1 – 2 of 2) sorted by relevance
1564 const void *buf_write = NULL; in mxcnd_do_exec_op() local1592 buf_write = instr->ctx.data.buf.out; in mxcnd_do_exec_op()1596 memcpy32_toio(host->main_area0, buf_write, buf_len); in mxcnd_do_exec_op()1598 copy_page_to_sram(mtd, buf_write, buf_len); in mxcnd_do_exec_op()
1687 buf_write(buf, tmp, len); in buf_printf()1691 void buf_write(struct buffer *buf, const char *s, int len) in buf_write() function