| /OK3568_Linux_fs/u-boot/board/pb1x00/ |
| H A D | flash.c | 23 int write_buff (flash_info_t * info, uchar * src, ulong addr, ulong cnt) in write_buff() function
|
| /OK3568_Linux_fs/u-boot/post/drivers/ |
| H A D | flash.c | 89 ret = write_buff(info, src, s_start, s_len); in flash_post_test()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | stm32_flash.c | 127 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
|
| H A D | cfi_mtd.c | 88 error = write_buff(fi, (u_char*)buf, t, len); in cfi_mtd_write()
|
| H A D | pic32_flash.c | 223 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
|
| H A D | st_smi.c | 433 int write_buff(flash_info_t *info, uchar *src, ulong dest_addr, ulong length) in write_buff() function
|
| H A D | altera_qspi.c | 104 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
|
| H A D | cfi_flash.c | 1318 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | flash.c | 162 if ((i = write_buff(info, (uchar *)src, addr, len)) != 0) { in flash_write()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-at91/arm926ejs/ |
| H A D | eflash.c | 219 int write_buff (flash_info_t *info, uchar *src, ulong addr, ulong cnt) in write_buff() function
|
| /OK3568_Linux_fs/u-boot/board/cobra5272/ |
| H A D | flash.c | 313 int write_buff (flash_info_t * info, uchar * src, ulong addr, ulong cnt) in write_buff() function
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | flash.h | 101 extern int write_buff (flash_info_t *info, uchar *src, ulong addr, ulong cnt);
|
| /OK3568_Linux_fs/u-boot/board/freescale/m5253demo/ |
| H A D | flash.c | 319 int write_buff(flash_info_t * info, uchar * src, ulong addr, ulong cnt) in write_buff() function
|