Home
last modified time | relevance | path

Searched refs:write_buff (Results 1 – 10 of 10) sorted by relevance

/u-boot/post/drivers/
A Dflash.c87 ret = write_buff(info, src, s_start, s_len); in flash_post_test()
/u-boot/drivers/mtd/
A Dstm32_flash.c127 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
A Dcfi_mtd.c88 error = write_buff(fi, (u_char*)buf, t, len); in cfi_mtd_write()
A Daltera_qspi.c106 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
A Dcfi_flash.c1318 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
/u-boot/common/
A Dflash.c161 if ((i = write_buff(info, (uchar *)src, addr, len)) != 0) { in flash_write()
/u-boot/arch/arm/mach-at91/arm926ejs/
A Deflash.c221 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
/u-boot/board/cobra5272/
A Dflash.c317 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
/u-boot/include/
A Dflash.h98 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt);
/u-boot/board/freescale/m5253demo/
A Dflash.c306 int write_buff(flash_info_t * info, uchar * src, ulong addr, ulong cnt) in write_buff() function

Completed in 73 milliseconds