Home
last modified time | relevance | path

Searched refs:nfullchunks (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c210 unsigned int nfullchunks; member
871 if (info->cur_chunk < info->nfullchunks) { in prepare_set_command()
928 if (info->cur_chunk < info->nfullchunks) { in prepare_set_command()
1299 ecc_off_buf = (info->nfullchunks * info->spare_size) + in pxa3xx_nand_read_page_raw()
1301 for (chunk = 0; chunk < info->nfullchunks; chunk++) { in pxa3xx_nand_read_page_raw()
1315 if (info->ntotalchunks > info->nfullchunks) { in pxa3xx_nand_read_page_raw()
1317 buf + (info->nfullchunks * info->chunk_size), in pxa3xx_nand_read_page_raw()
1321 (info->nfullchunks * (info->spare_size)), in pxa3xx_nand_read_page_raw()
1325 (info->nfullchunks * (info->ecc_size)), in pxa3xx_nand_read_page_raw()
1524 info->nfullchunks = 1; in pxa_ecc_init()
[all …]