Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dpxa3xx_nand.c233 unsigned int oob_size; member
548 info->oob_size = info->spare_size; in pxa3xx_set_datasize()
550 info->oob_size += info->ecc_size; in pxa3xx_set_datasize()
676 if (info->oob_size > 0) in handle_data_pio()
679 DIV_ROUND_UP(info->oob_size, 4)); in handle_data_pio()
686 if (info->oob_size > 0) in handle_data_pio()
689 DIV_ROUND_UP(info->oob_size, 4)); in handle_data_pio()
699 info->oob_buff_pos += info->oob_size; in handle_data_pio()
742 (info->oob_size ? info->spare_size + info->ecc_size : 0); in start_data_dma()
903 info->oob_size = 0; in prepare_start_command()
[all …]
/linux-4.4.14/include/linux/
Dlightnvm.h258 int oob_size; member
/linux-4.4.14/drivers/lightnvm/
Dcore.c207 dev->oob_size = grp->sos; in nvm_core_init()