| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | mxc_nand.c | 399 for (i = 0; i < chip->ecc.steps; i++) { 425 for (i = 0; i < chip->ecc.steps; i++) { 447 int steps, size; local 453 for (n = 0, steps = chip->ecc.steps; steps > 0; n++, steps--) { 491 int eccsteps = chip->ecc.steps; 535 eccsteps = chip->ecc.steps; 554 int i, len, status, steps = chip->ecc.steps; local 558 for (i = 0; i < steps; i++) { 584 int steps, size; local 587 for (n = 0, steps = chip->ecc.steps; steps > 0; n++, steps--) { [all …]
|
| H A D | rockchip_nand_v9.c | 288 int offset = ((ecc->bytes + ecc->prepad) * ecc->steps); in rockchip_nand_read_extra_oob() 303 int offset = ((ecc->bytes + ecc->prepad) * ecc->steps); in rockchip_nand_write_extra_oob() 332 for (step = 0; step < ecc->steps; step++) { in rockchip_nand_hw_syndrome_pio_read_page() 353 if ((step + 1) < ecc->steps) in rockchip_nand_hw_syndrome_pio_read_page() 414 for (step = 1; step <= ecc->steps; step++) { in rockchip_nand_hw_syndrome_pio_write_page() 422 if (step < ecc->steps) { in rockchip_nand_hw_syndrome_pio_write_page() 453 max_strength = ((mtd->oobsize / ecc->steps) - ecc->prepad) * 8 / 14; in rockchip_nand_ecc_max_strength() 488 ecc->steps = mtd->writesize / ecc->size; in rockchip_nand_hw_ecc_ctrl_init() 505 nand_oob_fix.eccbytes = ecc->bytes * ecc->steps; in rockchip_nand_hw_ecc_ctrl_init() 510 if (mtd->oobsize < ((ecc->bytes + ecc->prepad) * ecc->steps)) { in rockchip_nand_hw_ecc_ctrl_init()
|
| H A D | rockchip_nand.c | 287 int offset = ((ecc->bytes + ecc->prepad) * ecc->steps); in rockchip_nand_read_extra_oob() 302 int offset = ((ecc->bytes + ecc->prepad) * ecc->steps); in rockchip_nand_write_extra_oob() 331 for (step = 0; step < ecc->steps; step++) { in rockchip_nand_hw_syndrome_pio_read_page() 352 if ((step + 1) < ecc->steps) in rockchip_nand_hw_syndrome_pio_read_page() 413 for (step = 1; step <= ecc->steps; step++) { in rockchip_nand_hw_syndrome_pio_write_page() 422 if (step < ecc->steps) { in rockchip_nand_hw_syndrome_pio_write_page() 452 max_strength = ((mtd->oobsize / ecc->steps) - ecc->prepad) * 8 / 14; in rockchip_nand_ecc_max_strength() 487 ecc->steps = mtd->writesize / ecc->size; in rockchip_nand_hw_ecc_ctrl_init() 504 nand_oob_fix.eccbytes = ecc->bytes * ecc->steps; in rockchip_nand_hw_ecc_ctrl_init() 509 if (mtd->oobsize < ((ecc->bytes + ecc->prepad) * ecc->steps)) { in rockchip_nand_hw_ecc_ctrl_init()
|
| H A D | nand_base.c | 1799 int steps, size, ret; in nand_read_page_raw_syndrome() local 1801 for (steps = chip->ecc.steps; steps > 0; steps--) { in nand_read_page_raw_syndrome() 1856 int eccsteps = chip->ecc.steps; in nand_read_page_swecc() 1871 eccsteps = chip->ecc.steps; in nand_read_page_swecc() 2015 int eccsteps = chip->ecc.steps; in nand_read_page_hwecc() 2040 eccsteps = chip->ecc.steps; in nand_read_page_hwecc() 2085 int eccsteps = chip->ecc.steps; in nand_read_page_hwecc_oob_first() 2152 int eccsteps = chip->ecc.steps; in nand_read_page_syndrome() 2517 for (i = 0; i < chip->ecc.steps; i++) { in nand_read_oob_syndrome() 2577 int ret, i, len, pos, sndcmd = 0, steps = chip->ecc.steps; in nand_write_oob_syndrome() local [all …]
|
| H A D | zynq_nand.c | 574 for (eccsteps = chip->ecc.steps; (eccsteps - 1); eccsteps--) { in zynq_nand_write_page_hwecc() 626 int eccsteps = chip->ecc.steps; in zynq_nand_write_page_swecc() 667 for (eccsteps = chip->ecc.steps; (eccsteps - 1); eccsteps--) { in zynq_nand_read_page_hwecc() 704 eccsteps = chip->ecc.steps; in zynq_nand_read_page_hwecc() 731 int eccsteps = chip->ecc.steps; in zynq_nand_read_page_swecc() 745 eccsteps = chip->ecc.steps; in zynq_nand_read_page_swecc()
|
| H A D | lpc32xx_nand_slc.c | 430 lpc32xx_dma_read_buf(mtd, p, chip->ecc.size * chip->ecc.steps); in lpc32xx_read_page_hwecc() 467 lpc32xx_dma_write_buf(mtd, p, chip->ecc.size * chip->ecc.steps); in lpc32xx_write_page_hwecc()
|
| H A D | denali.c | 314 int ecc_steps = chip->ecc.steps; in denali_check_erased_page() 364 *uncor_ecc_flags = GENMASK(chip->ecc.steps - 1, 0); in denali_hw_ecc_fixup() 639 int ecc_steps = chip->ecc.steps; in denali_oob_xfer() 696 int ecc_steps = chip->ecc.steps; in denali_read_page_raw() 827 int ecc_steps = chip->ecc.steps; in denali_write_page_raw()
|
| H A D | sunxi_nand.c | 910 int offset = ((ecc->bytes + 4) * ecc->steps); in sunxi_nfc_hw_ecc_read_extra_oob() 991 int offset = ((ecc->bytes + 4) * ecc->steps); in sunxi_nfc_hw_ecc_write_extra_oob() 1017 for (i = 0; i < ecc->steps; i++) { in sunxi_nfc_hw_ecc_read_page() 1083 for (i = 0; i < ecc->steps; i++) { in sunxi_nfc_hw_ecc_write_page() 1147 for (i = 0; i < ecc->steps; i++) { in sunxi_nfc_hw_syndrome_ecc_read_page() 1181 for (i = 0; i < ecc->steps; i++) { in sunxi_nfc_hw_syndrome_ecc_write_page()
|
| H A D | fsl_ifc_nand.c | 294 int sector_start = bufnum * chip->ecc.steps; in fsl_ifc_run_command() 295 int sector_end = sector_start + chip->ecc.steps - 1; in fsl_ifc_run_command() 719 for (i = 0; i < chip->ecc.steps; i++) { in check_erased_page()
|
| H A D | fsl_elbc_nand.c | 741 nand->ecc.steps = 1; in fsl_elbc_chip_init() 774 nand->ecc.steps = 4; in fsl_elbc_chip_init()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.mxc_ocotp | 37 the steps in 46.2.1.2. 40 Program operations are implemented as explained by the steps in 46.2.1.3.
|
| H A D | README.pblimage | 11 Building PBL Boot Image and boot steps 32 Following steps describe it in detail.
|
| H A D | README.ag101p | 26 Build and boot steps
|
| H A D | README.kconfig | 61 Migration steps to Kconfig 109 When adding a new board, the following steps are generally needed: 129 When removing an obsolete board, the following steps are generally needed:
|
| H A D | README.ublimage | 79 compile steps: 96 This steps are done automagically if you do a "make all"
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | sunxi-spl-image-builder.c | 117 int steps = info->usable_page_size / info->ecc_step_size; in write_page() local 159 offs = steps * (info->ecc_step_size + eccbytes + 4); in write_page() 168 offs = info->page_size + (steps * (eccbytes + 4)); in write_page() 177 for (i = 0; i < steps; i++) { in write_page()
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | serial-howto.txt | 10 The deadline for this work was the end of January 2016. If no one steps 36 this involves these steps:
|
| H A D | i2c-howto.txt | 22 The deadline for this work is the end of June 2017. If no one steps 48 this involves these steps:
|
| /rk3399_rockchip-uboot/board/boundary/nitrogen6x/ |
| H A D | 6x_upgrade.txt | 21 # two steps to prevent bricking
|
| /rk3399_rockchip-uboot/doc/SPI/ |
| H A D | README.sh_qspi_test | 2 Simple steps used to test the SH-QSPI at U-Boot
|
| H A D | README.ti_qspi_dra_test | 2 Simple steps used to test the QSPI at U-Boot
|
| /rk3399_rockchip-uboot/board/freescale/mpc8536ds/ |
| H A D | README | 28 Build and boot steps 61 Build and boot steps
|
| /rk3399_rockchip-uboot/board/sbc8548/ |
| H A D | README | 112 The following steps list how to update with the current address: 122 The "md" steps in the above are just a precautionary step that allow 131 (as a backup, etc) then the steps will become: 143 enabled) the steps will become:
|
| /rk3399_rockchip-uboot/board/freescale/mpc8569mds/ |
| H A D | README | 76 Please note the above two steps(setting mac addresses and programming ucode) are
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | r8a7795-salvator-x.dts | 26 * amixer set "DVC Out Ramp Up Rate" "0.125 dB/64 steps" 27 * amixer set "DVC Out Ramp Down Rate" "0.125 dB/512 steps"
|