/u-boot/common/ |
A D | image-sig.c | 33 .calculate = hash_calculate, 43 .calculate = hash_calculate, 54 .calculate = hash_calculate, 66 .calculate = hash_calculate, 118 checksum_algos[i].calculate += gd->reloc_off; in image_get_checksum_algo()
|
/u-boot/drivers/memory/ |
A D | stm32-fmc2-ebi.c | 759 .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 D | README.sha1 | 11 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
|
A D | README.bloblist | 69 is easier to calculate the checksum at the end after all changes are made.
|
A D | README.chromium | 191 # Get the kernel size and calculate the number of blocks (0x200 bytes each) 194 # Read the full kernel and calculate the address of the setup block
|
/u-boot/doc/device-tree-bindings/serial/ |
A D | bcm2835-aux-uart.txt | 6 - clock: input clock frequency for the UART (used to calculate the baud
|
A D | pl01x.txt | 6 - clock: input clock frequency for the UART (used to calculate the baud
|
/u-boot/drivers/clk/kendryte/ |
A D | Kconfig | 11 Add functionality to calculate new rates for K210 PLLs. Enabling this
|
/u-boot/drivers/mtd/nand/raw/ |
A D | nand_spl_simple.c | 163 this->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page() 188 this->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page() 224 nand_chip.ecc.calculate = nand_calculate_ecc; in nand_init()
|
A D | fsmc_nand.c | 379 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in fsmc_read_page_hwecc() 420 nand->ecc.calculate = fsmc_read_hwecc; in fsmc_nand_switch_ecc() 474 nand->ecc.calculate = fsmc_read_hwecc; in fsmc_nand_init()
|
A D | omap_gpmc.c | 614 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in omap_read_page_bch() 747 nand->ecc.calculate = omap_calculate_ecc; in omap_select_ecc_scheme() 784 nand->ecc.calculate = omap_calculate_ecc; in omap_select_ecc_scheme() 825 nand->ecc.calculate = omap_calculate_ecc; in omap_select_ecc_scheme() 858 nand->ecc.calculate = omap_calculate_ecc; in omap_select_ecc_scheme()
|
A D | zynq_nand.c | 607 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() 1219 nand_chip->ecc.calculate = zynq_nand_calculate_hwecc; in zynq_nand_probe() 1250 nand_chip->ecc.calculate = nand_calculate_ecc; in zynq_nand_probe()
|
A D | davinci_nand.c | 456 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_davinci_read_page_hwecc() 765 nand->ecc.calculate = nand_davinci_calculate_ecc; in davinci_nand_init() 776 nand->ecc.calculate = nand_davinci_4bit_calculate_ecc; in davinci_nand_init()
|
A D | am335x_spl_bch.c | 176 this->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page()
|
A D | atmel_nand.c | 825 nand->ecc.calculate = NULL; in atmel_pmecc_nand_init_params() 1168 nand->ecc.calculate = atmel_nand_calculate; in atmel_hwecc_nand_init_param() 1205 nand->ecc.calculate = NULL; in atmel_hwecc_nand_init_param() 1339 this->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page() 1448 nand_chip.ecc.calculate = nand_calculate_ecc; in nand_init()
|
A D | nand_base.c | 1871 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page_swecc() 2035 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page_hwecc() 2119 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page_hwecc_oob_first() 2898 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_write_page_swecc() 2933 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_write_page_hwecc() 2987 chip->ecc.calculate(mtd, buf, ecc_calc); in nand_write_subpage_hwecc() 3053 chip->ecc.calculate(mtd, p, oob); in nand_write_page_syndrome() 5000 ecc->hwctl && ecc->calculate)); in invalid_ecc_page_accessors() 5075 if (!ecc->calculate || !ecc->correct || !ecc->hwctl) { in nand_scan_tail() 5136 ecc->calculate = nand_calculate_ecc; in nand_scan_tail() [all …]
|
A D | lpc32xx_nand_slc.c | 541 lpc32xx_chip->ecc.calculate = lpc32xx_ecc_calculate; in board_nand_init()
|
A D | stm32_fmc2_nand.c | 754 chip->ecc.calculate = stm32_fmc2_nfc_ham_calculate; in stm32_fmc2_nfc_nand_callbacks_setup() 763 chip->ecc.calculate = stm32_fmc2_nfc_bch_calculate; in stm32_fmc2_nfc_nand_callbacks_setup()
|
/u-boot/lib/rsa/ |
A D | rsa-verify.c | 147 ret = checksum->calculate(checksum->name, in mask_generation_function1() 187 ret = checksum->calculate(checksum->name, region, region_count, hprime); in compute_hash_prime() 565 ret = info->checksum->calculate(info->checksum->name, in rsa_verify()
|
/u-boot/doc/device-tree-bindings/exynos/ |
A D | tmu.txt | 18 - This value is used to calculate measuring error.
|
/u-boot/drivers/ram/aspeed/ |
A D | Kconfig | 66 calculate the SDRAM size and set the whole range be ECC enabled.
|
/u-boot/doc/board/toradex/ |
A D | colibri_imx7.rst | 69 To calculate the padding:
|
/u-boot/arch/arm/mach-imx/ |
A D | Kconfig | 115 memory parameters. Select this option if you want to calculate them
|
/u-boot/scripts/ |
A D | spelling.txt | 215 calucate||calculate 216 calulate||calculate
|
/u-boot/include/ |
A D | image.h | 1291 int (*calculate)(const char *name, member
|