Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/platform_data/
Dmtd-mxc_nand.h14 unsigned int hw_ecc:1; /* 0 if suppress hardware ECC */ member
/Linux-v5.10/drivers/mtd/nand/raw/
Darasan-nand-controller.c169 u8 *hw_ecc; member
363 memset(anand->hw_ecc, 0, chip->ecc.bytes); in anfc_read_page_hw_ecc()
364 nand_extract_bits(anand->hw_ecc, 0, in anfc_read_page_hw_ecc()
369 anand->hw_ecc, NULL, NULL, anand->errloc); in anfc_read_page_hw_ecc()
1000 anand->hw_ecc = devm_kmalloc(nfc->dev, ecc->bytes, GFP_KERNEL); in anfc_init_hw_ecc_controller()
1001 if (!anand->hw_ecc) in anfc_init_hw_ecc_controller()