Home
last modified time | relevance | path

Searched refs:total (Results 1 – 25 of 84) sorted by relevance

1234

/u-boot/scripts/
A Dbin2c.c14 int ch, total = 0; in main() local
23 total++; in main()
25 if (total % 16 == 0) in main()
33 argv[1], total); in main()
/u-boot/arch/x86/cpu/tangier/
A Dsdram.c109 int type, total = 0; in sfi_setup_e820() local
136 if (total == E820MAX) in sfi_setup_e820()
138 entries[total].addr = start; in sfi_setup_e820()
139 entries[total].size = size; in sfi_setup_e820()
140 entries[total].type = type; in sfi_setup_e820()
142 total++; in sfi_setup_e820()
145 return total; in sfi_setup_e820()
A DKconfig30 Note this size must not exceed eSRAM's total size.
/u-boot/drivers/video/sunxi/
A Dlcdc.c77 int bp, clk_delay, total, val; in lcdc_tcon0_mode_set() local
96 total = mode->hactive.typ + mode->hfront_porch.typ + bp; in lcdc_tcon0_mode_set()
97 writel(SUNXI_LCDC_TCON0_TIMING_H_TOTAL(total) | in lcdc_tcon0_mode_set()
101 total = mode->vactive.typ + mode->vfront_porch.typ + bp; in lcdc_tcon0_mode_set()
102 writel(SUNXI_LCDC_TCON0_TIMING_V_TOTAL(total) | in lcdc_tcon0_mode_set()
154 int bp, clk_delay, total, val, yres; in lcdc_tcon1_mode_set() local
179 total = mode->hactive.typ + mode->hfront_porch.typ + bp; in lcdc_tcon1_mode_set()
180 writel(SUNXI_LCDC_TCON1_TIMING_H_TOTAL(total) | in lcdc_tcon1_mode_set()
184 total = mode->vactive.typ + mode->vfront_porch.typ + bp; in lcdc_tcon1_mode_set()
186 total *= 2; in lcdc_tcon1_mode_set()
[all …]
/u-boot/arch/arm/mach-imx/
A Dspl_imx_romapi.c131 ulong total = sector + count; in spl_ram_load_read() local
133 if (total > *p) in spl_ram_load_read()
134 *p = total; in spl_ram_load_read()
179 int total; in spl_romapi_load_image_stream() local
250 total = get_fit_image_size(pfit); in spl_romapi_load_image_stream()
251 total += 3; in spl_romapi_load_image_stream()
252 total &= ~0x3; in spl_romapi_load_image_stream()
254 imagesize = total - (p - pfit); in spl_romapi_load_image_stream()
260 printf("Download %d, total fit %d\n", imagesize, total); in spl_romapi_load_image_stream()
/u-boot/lib/
A Dsha1.c58 ctx->total[0] = 0; in sha1_starts()
59 ctx->total[1] = 0; in sha1_starts()
234 left = ctx->total[0] & 0x3F; in sha1_update()
237 ctx->total[0] += ilen; in sha1_update()
238 ctx->total[0] &= 0xFFFFFFFF; in sha1_update()
240 if (ctx->total[0] < (unsigned long) ilen) in sha1_update()
241 ctx->total[1]++; in sha1_update()
278 high = (ctx->total[0] >> 29) in sha1_finish()
279 | (ctx->total[1] << 3); in sha1_finish()
280 low = (ctx->total[0] << 3); in sha1_finish()
[all …]
A Dsha256.c45 ctx->total[0] = 0; in sha256_starts()
46 ctx->total[1] = 0; in sha256_starts()
196 left = ctx->total[0] & 0x3F; in sha256_update()
199 ctx->total[0] += length; in sha256_update()
200 ctx->total[0] &= 0xFFFFFFFF; in sha256_update()
202 if (ctx->total[0] < length) in sha256_update()
203 ctx->total[1]++; in sha256_update()
236 high = ((ctx->total[0] >> 29) in sha256_finish()
237 | (ctx->total[1] << 3)); in sha256_finish()
238 low = (ctx->total[0] << 3); in sha256_finish()
[all …]
/u-boot/include/u-boot/
A Dsha256.h13 uint32_t total[2]; member
A Dsha1.h32 unsigned long total[2]; /*!< number of bytes processed */ member
/u-boot/arch/arm/mach-mvebu/
A Ddram.c171 u64 total; in dram_ecc_scrubbing() local
189 total = (u64)size; in dram_ecc_scrubbing()
190 total_mem += (u32)(total / (1 << 30)); in dram_ecc_scrubbing()
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.qspi25 SF: Detected S25FL256S_64K with page size 256 Bytes, erase size 64 KiB, total 32 MiB
36 SF: Detected S25FL256S_64K with page size 256 Bytes, erase size 64 KiB, total 32 MiB
/u-boot/common/
A DxyzModem.c491 int stat, total, len; in xyzModem_stream_read() local
494 total = 0; in xyzModem_stream_read()
586 return total; in xyzModem_stream_read()
598 total += len; in xyzModem_stream_read()
603 return total; in xyzModem_stream_read()
A Dimage-fdt.c106 int i, total, ret; in boot_fdt_add_mem_rsv_regions() local
114 total = fdt_num_mem_rsv(fdt_blob); in boot_fdt_add_mem_rsv_regions()
115 for (i = 0; i < total; i++) { in boot_fdt_add_mem_rsv_regions()
/u-boot/lib/zlib/
A Dinflate.h85 unsigned long total; /* protected copy of output count */ member
/u-boot/doc/
A DREADME.bcmns34 BCMNS3 has total 8MB non-volatile SPI flash memory. It is used to store
A DREADME.mediatek117 1g:2k+64 : for Parallel NAND, 2KiB page size + 64B oob size, total 1Gbit size
118 2g:2k+64 : for Parallel NAND, 2KiB page size + 64B oob size, total 2Gbit size
119 4g:2k+64 : for Parallel NAND, 2KiB page size + 64B oob size, total 4Gbit size
120 2g:2k+128: for Parallel NAND, 2KiB page size + 128B oob size, total 2Gbit size
121 4g:2k+128: for Parallel NAND, 2KiB page size + 128B oob size, total 4Gbit size
/u-boot/lib/zstd/
A Dentropy_common.c195 U32 const total = 1 << tableLog; in HUF_readStats_wksp() local
196 U32 const rest = total - weightTotal; in HUF_readStats_wksp()
/u-boot/test/dm/
A Dcore.c576 int total; in dm_test_children() local
598 total = NODE_COUNT * (3 + NODE_COUNT); in dm_test_children()
599 ut_asserteq(total, dm_testdrv_op_count[DM_TEST_OP_BIND]); in dm_test_children()
625 ut_asserteq(total, dm_testdrv_op_count[DM_TEST_OP_PROBE]); in dm_test_children()
662 int total; in dm_test_device_reparent() local
684 total = NODE_COUNT * (3 + NODE_COUNT); in dm_test_device_reparent()
685 ut_asserteq(total, dm_testdrv_op_count[DM_TEST_OP_BIND]); in dm_test_device_reparent()
688 for (i = 0; i < total; i++) in dm_test_device_reparent()
/u-boot/drivers/video/
A Dstb_truetype.h2719 unsigned int total; in stbtt__h_prefilter() local
2722 total = 0; in stbtt__h_prefilter()
2730 pixels[i] = (unsigned char) (total / 2); in stbtt__h_prefilter()
2737 pixels[i] = (unsigned char) (total / 3); in stbtt__h_prefilter()
2744 pixels[i] = (unsigned char) (total / 4); in stbtt__h_prefilter()
2751 pixels[i] = (unsigned char) (total / 5); in stbtt__h_prefilter()
2765 total -= buffer[i & STBTT__OVER_MASK]; in stbtt__h_prefilter()
2766 pixels[i] = (unsigned char) (total / kernel_width); in stbtt__h_prefilter()
2780 unsigned int total; in stbtt__v_prefilter() local
2783 total = 0; in stbtt__v_prefilter()
[all …]
/u-boot/drivers/memory/
A DKconfig23 asynchronuous memory devices like ASRAM, NOR and NAND memory. A total
/u-boot/doc/device-tree-bindings/spi/
A Dspi-qup.txt19 - num-cs : total number of chipselects
/u-boot/doc/SPI/
A DREADME.ftssp010_spi_test22 SF: Detected MX25L1605D with page size 256 Bytes, erase size 64 KiB, total 2 MiB
A DREADME.sandbox-spi34 SF: Detected m25p16 with page size 256 Bytes, erase size 64 KiB, total 2 MiB
A DREADME.sh_qspi_test29 SF: Detected S25FL512S_256K with page size 512 Bytes, erase size 64 KiB, total 64 MiB
/u-boot/cmd/
A Dload.c567 int total = 0; in chk1() local
570 total += *buffer++; in chk1()
572 return (int) ((total + ((total >> 6) & 0x03)) & 0x3f); in chk1()

Completed in 44 milliseconds

1234