Home
last modified time | relevance | path

Searched refs:calculate (Results 1 – 25 of 41) sorted by relevance

12

/u-boot/boot/
A Dimage-sig.c25 .calculate = hash_calculate,
32 .calculate = hash_calculate,
40 .calculate = hash_calculate,
49 .calculate = hash_calculate,
69 MANUAL_RELOC(algo->calculate); in image_get_checksum_algo()
/u-boot/tools/binman/test/
A Delf_sections.c10 int __attribute__((section(".sram_code"))) calculate(int x) in calculate() function
19 return calculate(123); in main()
/u-boot/tools/
A Dimage-sig-host.c22 .calculate = hash_calculate,
30 .calculate = hash_calculate,
38 .calculate = hash_calculate,
46 .calculate = hash_calculate,
/u-boot/drivers/memory/
A Dstm32-fmc2-ebi.c759 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
767 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
775 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
783 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
790 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
797 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
804 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
810 .calculate = stm32_fmc2_ebi_ns_to_clk_period,
818 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
899 else if (prop->calculate) in stm32_fmc2_ebi_parse_prop()
[all …]
/u-boot/doc/
A DREADME.sha111 sha1 address len [addr] calculate the SHA1 sum [save at addr]
12 -p calculate the SHA1 sum from the U-Boot image in flash and print
22 It is possible to calculate a SHA1 checksum from a memoryrange with:
47 c) now calculate the SHA1 sum from the memoryrange and write
/u-boot/doc/device-tree-bindings/serial/
A Dbcm2835-aux-uart.txt6 - clock: input clock frequency for the UART (used to calculate the baud
A Dpl01x.txt6 - clock: input clock frequency for the UART (used to calculate the baud
/u-boot/drivers/mtd/nand/raw/
A Dnand_spl_simple.c159 this->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page()
184 this->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page()
220 nand_chip.ecc.calculate = nand_calculate_ecc; in nand_init()
A Dzynq_nand.c607 chip->ecc.calculate(mtd, p, &ecc_calc[0]); in zynq_nand_write_page_hwecc()
651 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in zynq_nand_write_page_swecc()
700 chip->ecc.calculate(mtd, p, &ecc_calc[0]); in zynq_nand_read_page_hwecc()
758 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in zynq_nand_read_page_swecc()
1222 nand_chip->ecc.calculate = zynq_nand_calculate_hwecc; in zynq_nand_probe()
1253 nand_chip->ecc.calculate = nand_calculate_ecc; in zynq_nand_probe()
A Ddavinci_nand.c457 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_davinci_read_page_hwecc()
766 nand->ecc.calculate = nand_davinci_calculate_ecc; in davinci_nand_init()
774 nand->ecc.calculate = nand_davinci_4bit_calculate_ecc; in davinci_nand_init()
A Dam335x_spl_bch.c177 this->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page()
A Domap_gpmc.c910 nand->ecc.calculate = omap_calculate_ecc; in omap_select_ecc_scheme()
947 nand->ecc.calculate = omap_calculate_ecc_bch; in omap_select_ecc_scheme()
988 nand->ecc.calculate = omap_calculate_ecc_bch; in omap_select_ecc_scheme()
1021 nand->ecc.calculate = omap_calculate_ecc_bch; in omap_select_ecc_scheme()
A Dnand_base.c1889 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page_swecc()
2053 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page_hwecc()
2137 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page_hwecc_oob_first()
2916 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_write_page_swecc()
2951 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_write_page_hwecc()
3005 chip->ecc.calculate(mtd, buf, ecc_calc); in nand_write_subpage_hwecc()
3071 chip->ecc.calculate(mtd, p, oob); in nand_write_page_syndrome()
4932 ecc->hwctl && ecc->calculate)); in invalid_ecc_page_accessors()
5007 if (!ecc->calculate || !ecc->correct || !ecc->hwctl) { in nand_scan_tail()
5068 ecc->calculate = nand_calculate_ecc; in nand_scan_tail()
[all …]
A Datmel_nand.c821 nand->ecc.calculate = NULL; in atmel_pmecc_nand_init_params()
1164 nand->ecc.calculate = atmel_nand_calculate; in atmel_hwecc_nand_init_param()
1201 nand->ecc.calculate = NULL; in atmel_hwecc_nand_init_param()
1335 this->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page()
1444 nand_chip.ecc.calculate = nand_calculate_ecc; in nand_init()
/u-boot/arch/arm/dts/
A Darmada-8k.dtsi7 /* This defines used to calculate the base address of each CP */
A Dcn9130.dtsi16 /* This defines used to calculate the base address of each CP */
/u-boot/doc/device-tree-bindings/reboot-mode/
A Dreboot-mode-gpio.txt5 - gpios: list of gpios that are used to calculate the reboot-mode magic value.
/u-boot/doc/device-tree-bindings/nvmxip/
A Dnvmxip_qspi.txt32 The number of bit shifts used to calculate the size in bytes of one block.
/u-boot/lib/rsa/
A Drsa-verify.c142 ret = checksum->calculate(checksum->name, in mask_generation_function1()
182 ret = checksum->calculate(checksum->name, region, region_count, hprime); in compute_hash_prime()
581 ret = info->checksum->calculate(info->checksum->name, in rsa_verify()
/u-boot/lib/ecdsa/
A Decdsa-verify.c112 ret = algo->calculate(algo->name, region, region_count, hash); in ecdsa_verify()
A Decdsa-libcrypto.c184 algo->calculate(algo->name, region, region_count, ctx->hash); in do_sign()
222 algo->calculate(algo->name, region, region_count, ctx->hash); in do_verify()
/u-boot/doc/device-tree-bindings/exynos/
A Dtmu.txt18 - This value is used to calculate measuring error.
/u-boot/drivers/ram/aspeed/
A DKconfig48 calculate the SDRAM size and set the whole range be ECC enabled.
/u-boot/doc/chromium/
A Drun_vboot.rst184 # Get the kernel size and calculate the number of blocks (0x200 bytes each)
187 # Read the full kernel and calculate the address of the setup block
/u-boot/doc/board/toradex/
A Dcolibri_imx7.rst69 To calculate the padding:

Completed in 55 milliseconds

12