Home
last modified time | relevance | path

Searched defs:eccpos (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/uapi/mtd/
Dmtd-abi.h215 __u32 eccpos[32]; member
235 __u32 eccpos[MTD_MAX_ECCPOS_ENTRIES]; member
/linux-4.4.14/drivers/mtd/nand/
Dnand_base.c1318 uint32_t *eccpos = chip->ecc.layout->eccpos; in nand_read_page_swecc() local
1360 uint32_t *eccpos = chip->ecc.layout->eccpos; in nand_read_subpage() local
1458 uint32_t *eccpos = chip->ecc.layout->eccpos; in nand_read_page_hwecc() local
1510 uint32_t *eccpos = chip->ecc.layout->eccpos; in nand_read_page_hwecc_oob_first() local
2240 uint32_t *eccpos = chip->ecc.layout->eccpos; in nand_write_page_swecc() local
2269 uint32_t *eccpos = chip->ecc.layout->eccpos; in nand_write_page_hwecc() local
2306 uint32_t *eccpos = chip->ecc.layout->eccpos; in nand_write_subpage_hwecc() local
Datmel_nand.c925 uint32_t *eccpos = chip->ecc.layout->eccpos; in atmel_nand_pmecc_read_page() local
961 uint32_t *eccpos = chip->ecc.layout->eccpos; in atmel_nand_pmecc_write_page() local
1343 uint32_t *eccpos = chip->ecc.layout->eccpos; in atmel_nand_read_page() local
Domap2.c1512 uint32_t *eccpos = chip->ecc.layout->eccpos; in omap_write_page_bch() local
1551 uint32_t *eccpos = chip->ecc.layout->eccpos; in omap_read_page_bch() local
/linux-4.4.14/include/linux/mtd/
Dmtd.h107 __u32 eccpos[MTD_MAX_ECCPOS_ENTRIES_LARGE]; member