Searched refs:blk_sz (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/misc/
H A Dsocfpga_dtreg.c19 u32 blk_sz, reg; local
33 if (ofnode_read_u32_index(node, "reg", 1, &blk_sz))
42 debug("node addr 0x%llx blk sz 0x%x)\n", base, blk_sz);
71 if (blk_sz < offset + SZ_4) {
75 blk_sz);
/u-boot/include/
H A Dsparse_format.h20 __le32 blk_sz; /* block size in bytes, must be a multiple of 4 (4096) */ member in struct:sparse_header
43 * For a Raw chunk, it's the data in chunk_sz * blk_sz.
/u-boot/lib/
H A Dimage-sparse.c151 debug("blk_sz: %d\n", sparse_header->blk_sz);
159 div_u64_rem(sparse_header->blk_sz, info->blksz, &offset);
162 __func__, sparse_header->blk_sz);
192 chunk_data_sz = ((u64)sparse_header->blk_sz) * chunk_header->chunk_sz;
280 sparse_header->blk_sz);

Completed in 95 milliseconds