Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mtd/nand/
Dpxa3xx_nand.c132 int use_ecc; member
173 int use_ecc; /* use HW ECC ? */ member
284 info->oob_size = (info->use_ecc) ? 40 : 64; in pxa3xx_set_datasize()
287 info->oob_size = (info->use_ecc) ? 8 : 16; in pxa3xx_set_datasize()
304 ndcr |= info->use_ecc ? NDCR_ECC_EN : 0; in pxa3xx_nand_start()
506 info->use_ecc = 0; in prepare_command_pool()
517 info->use_ecc = 1; in prepare_command_pool()
701 switch (info->use_ecc) { in pxa3xx_nand_read_page_hwecc()
Ddocg4.c718 uint8_t *buf, int page, bool use_ecc) in read_page() argument
766 if (likely(use_ecc == true)) { in read_page()
901 const uint8_t *buf, bool use_ecc) in write_page() argument
928 if (likely(use_ecc == true)) { in write_page()