Searched refs:write_buff (Results 1 – 12 of 12) sorted by relevance
/openbmc/u-boot/post/drivers/ |
H A D | flash.c | 89 ret = write_buff(info, src, s_start, s_len); in flash_post_test()
|
/openbmc/u-boot/drivers/mtd/ |
H A D | stm32_flash.c | 126 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
|
H A D | cfi_mtd.c | 87 error = write_buff(fi, (u_char*)buf, t, len); in cfi_mtd_write()
|
H A D | pic32_flash.c | 222 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
|
H A D | st_smi.c | 432 int write_buff(flash_info_t *info, uchar *src, ulong dest_addr, ulong length) in write_buff() function
|
H A D | altera_qspi.c | 103 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
|
H A D | cfi_flash.c | 1317 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
|
/openbmc/u-boot/common/ |
H A D | flash.c | 161 if ((i = write_buff(info, (uchar *)src, addr, len)) != 0) { in flash_write()
|
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/ |
H A D | eflash.c | 218 int write_buff (flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
|
/openbmc/u-boot/board/cobra5272/ |
H A D | flash.c | 312 int write_buff (flash_info_t * info, uchar * src, ulong addr, ulong cnt) in write_buff() function
|
/openbmc/u-boot/include/ |
H A D | flash.h | 100 extern int write_buff (flash_info_t *info, uchar *src, ulong addr, ulong cnt);
|
/openbmc/u-boot/board/freescale/m5253demo/ |
H A D | flash.c | 318 int write_buff(flash_info_t * info, uchar * src, ulong addr, ulong cnt) in write_buff() function
|