Home
last modified time | relevance | path

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

/openbmc/u-boot/post/drivers/
H A Dflash.c89 ret = write_buff(info, src, s_start, s_len); in flash_post_test()
/openbmc/u-boot/drivers/mtd/
H A Dstm32_flash.c126 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
H A Dcfi_mtd.c87 error = write_buff(fi, (u_char*)buf, t, len); in cfi_mtd_write()
H A Dpic32_flash.c222 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
H A Dst_smi.c432 int write_buff(flash_info_t *info, uchar *src, ulong dest_addr, ulong length) in write_buff() function
H A Daltera_qspi.c103 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
H A Dcfi_flash.c1317 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
/openbmc/u-boot/common/
H A Dflash.c161 if ((i = write_buff(info, (uchar *)src, addr, len)) != 0) { in flash_write()
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/
H A Deflash.c218 int write_buff (flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
/openbmc/u-boot/board/cobra5272/
H A Dflash.c312 int write_buff (flash_info_t * info, uchar * src, ulong addr, ulong cnt) in write_buff() function
/openbmc/u-boot/include/
H A Dflash.h100 extern int write_buff (flash_info_t *info, uchar *src, ulong addr, ulong cnt);
/openbmc/u-boot/board/freescale/m5253demo/
H A Dflash.c318 int write_buff(flash_info_t * info, uchar * src, ulong addr, ulong cnt) in write_buff() function