Searched refs:NAND_ECC_8BIT (Results 1 – 4 of 4) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/ |
D | hinfc_common.c | 41 {NAND_ECC_8BIT, "4bit/512" }, 101 {ET_ECC_4BIT, NAND_ECC_8BIT}, 143 {NAND_ECC_8BIT, ECC_TYPE_8BIT, "4bit/512"}, 154 NAND_ECC_8BIT); in match_ecc_reg_to_type()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | hinfc_common.h | 57 #define NAND_ECC_8BIT 2 macro
|
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/hifmc100/ |
D | hifmc100.c | 71 case NAND_ECC_8BIT: in select_addr_of() 684 {NAND_PAGE_4K, NAND_ECC_8BIT, 128, &nand_ecc_default}, 691 {NAND_PAGE_2K, NAND_ECC_8BIT, 64, &nand_ecc_default},
|
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/hifmc100_nand/ |
D | hifmc100_nand.c | 530 {NAND_PAGE_4K, NAND_ECC_8BIT, 128 /* 88 */, &nand_ecc_default}, 537 {NAND_PAGE_2K, NAND_ECC_8BIT, 64 /* 60 */, &nand_ecc_default},
|