Searched refs:dstlen (Results 1 – 8 of 8) sorted by relevance
| /openbmc/u-boot/fs/jffs2/ |
| H A D | compr_rubin.c | 113 unsigned long sourcelen, unsigned long dstlen) in dynrubin_decompress() argument 121 rubin_do_decompress(bits, data_in+8, cpage_out, dstlen); in dynrubin_decompress()
|
| /openbmc/u-boot/board/xilinx/zynq/ |
| H A D | cmds.c | 432 u32 srcaddr, srclen, dstaddr, dstlen; in zynq_decrypt_image() local 444 dstlen = simple_strtoul(argv[5], &endp, 16); in zynq_decrypt_image() 454 if (dstlen % 4) in zynq_decrypt_image() 455 dstlen = roundup(dstlen, 4); in zynq_decrypt_image() 457 status = zynq_decrypt_load(srcaddr, srclen >> 2, dstaddr, dstlen >> 2); in zynq_decrypt_image()
|
| /openbmc/u-boot/lib/ |
| H A D | gunzip.c | 72 int gunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp) in gunzip() argument 79 return zunzip(dst, dstlen, src, lenp, 1, offset); in gunzip() 275 int zunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp, in zunzip() argument 293 s.avail_out = dstlen; in zunzip()
|
| /openbmc/u-boot/include/jffs2/ |
| H A D | compr_rubin.h | 11 unsigned long sourcelen, unsigned long dstlen);
|
| H A D | jffs2.h | 225 unsigned long sourcelen, unsigned long dstlen);
|
| /openbmc/u-boot/drivers/fpga/ |
| H A D | zynqpl.c | 153 static int zynq_dma_transfer(u32 srcbuf, u32 srclen, u32 dstbuf, u32 dstlen) in zynq_dma_transfer() argument 162 writel(dstlen, &devcfg_base->dma_dst_len); in zynq_dma_transfer() 507 int zynq_decrypt_load(u32 srcaddr, u32 srclen, u32 dstaddr, u32 dstlen) in zynq_decrypt_load() argument 534 roundup(dstlen << 2, ARCH_DMA_MINALIGN)); in zynq_decrypt_load() 536 if (zynq_dma_transfer(srcaddr | 1, srclen, dstaddr | 1, dstlen)) in zynq_decrypt_load()
|
| /openbmc/u-boot/include/ |
| H A D | zynqpl.h | 15 int zynq_decrypt_load(u32 srcaddr, u32 dstaddr, u32 srclen, u32 dstlen);
|
| H A D | common.h | 419 int zunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp,
|