Home
last modified time | relevance | path

Searched refs:steps (Results 1 – 25 of 63) sorted by relevance

123

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dmxc_nand.c399 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 Drockchip_nand_v9.c288 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 Drockchip_nand.c287 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 Dnand_base.c1799 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 Dzynq_nand.c574 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 Dlpc32xx_nand_slc.c430 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 Ddenali.c314 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 Dsunxi_nand.c910 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 Dfsl_ifc_nand.c294 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 Dfsl_elbc_nand.c741 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 DREADME.mxc_ocotp37 the steps in 46.2.1.2.
40 Program operations are implemented as explained by the steps in 46.2.1.3.
H A DREADME.pblimage11 Building PBL Boot Image and boot steps
32 Following steps describe it in detail.
H A DREADME.ag101p26 Build and boot steps
H A DREADME.kconfig61 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 DREADME.ublimage79 compile steps:
96 This steps are done automagically if you do a "make all"
/rk3399_rockchip-uboot/tools/
H A Dsunxi-spl-image-builder.c117 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 Dserial-howto.txt10 The deadline for this work was the end of January 2016. If no one steps
36 this involves these steps:
H A Di2c-howto.txt22 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 D6x_upgrade.txt21 # two steps to prevent bricking
/rk3399_rockchip-uboot/doc/SPI/
H A DREADME.sh_qspi_test2 Simple steps used to test the SH-QSPI at U-Boot
H A DREADME.ti_qspi_dra_test2 Simple steps used to test the QSPI at U-Boot
/rk3399_rockchip-uboot/board/freescale/mpc8536ds/
H A DREADME28 Build and boot steps
61 Build and boot steps
/rk3399_rockchip-uboot/board/sbc8548/
H A DREADME112 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 DREADME76 Please note the above two steps(setting mac addresses and programming ucode) are
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dr8a7795-salvator-x.dts26 * 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"

123