Searched refs:flash_read_buf (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/tools/env/ |
D | fw_env.c | 889 static int flash_read_buf(int dev, int fd, void *buf, size_t count, in flash_read_buf() function 1035 rc = flash_read_buf(dev, fd, data, write_total, erase_offset); in flash_write_buf() 1220 rc = flash_read_buf(dev_current, fd, environment.image, CUR_ENVSIZE, in flash_read()
|