Home
last modified time | relevance | path

Searched refs:writebuf (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/
H A Dgunzip.c125 unsigned char *writebuf; in gzwrite() local
205 writebuf = (unsigned char *)malloc_cache_aligned(szwritebuf); in gzwrite()
222 s.next_out = writebuf; in gzwrite()
230 crc = crc32(crc, writebuf, numfilled); in gzwrite()
235 memset(writebuf+numfilled, 0, in gzwrite()
245 writeblocks, writebuf); in gzwrite()
265 free(writebuf); in gzwrite()
/openbmc/u-boot/cmd/
H A Dunzip.c49 unsigned long writebuf = 1<<20; in do_gzwrite() local
63 writebuf = simple_strtoul(argv[5], NULL, 16); in do_gzwrite()
72 ret = gzwrite(addr, length, bdev, writebuf, startoffs, szexpected); in do_gzwrite()
/openbmc/u-boot/drivers/mtd/spi/
H A Dsf_dataflash.c273 u_char *writebuf = (u_char *)buf; in spi_dataflash_write() local
356 4, writebuf, writelen); in spi_dataflash_write()
380 4, writebuf, writelen); in spi_dataflash_write()
404 writebuf += writelen; in spi_dataflash_write()