Home
last modified time | relevance | path

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

/u-boot/post/drivers/
A Dflash.c89 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.c89 error = write_buff(fi, (u_char*)buf, t, len); in cfi_mtd_write()
A Dpic32_flash.c227 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
A Dst_smi.c433 int write_buff(flash_info_t *info, uchar *src, ulong dest_addr, ulong length) in write_buff() function
A Daltera_qspi.c106 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
A Dcfi_flash.c1325 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
/u-boot/common/
A Dflash.c163 if ((i = write_buff(info, (uchar *)src, addr, len)) != 0) { in flash_write()
/u-boot/arch/arm/mach-at91/arm926ejs/
A Deflash.c220 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.h100 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt);
/u-boot/board/freescale/m5253demo/
A Dflash.c321 int write_buff(flash_info_t * info, uchar * src, ulong addr, ulong cnt) in write_buff() function

Completed in 17 milliseconds