Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/mtd/
Dmtd-abi.h215 __u32 eccpos[32]; member
235 __u32 eccpos[MTD_MAX_ECCPOS_ENTRIES]; member
/linux-4.1.27/drivers/mtd/nand/
Dnand_base.c1184 uint32_t *eccpos = chip->ecc.layout->eccpos; in nand_read_page_swecc() local
1226 uint32_t *eccpos = chip->ecc.layout->eccpos; in nand_read_subpage() local
1324 uint32_t *eccpos = chip->ecc.layout->eccpos; in nand_read_page_hwecc() local
1376 uint32_t *eccpos = chip->ecc.layout->eccpos; in nand_read_page_hwecc_oob_first() local
2101 uint32_t *eccpos = chip->ecc.layout->eccpos; in nand_write_page_swecc() local
2128 uint32_t *eccpos = chip->ecc.layout->eccpos; in nand_write_page_hwecc() local
2164 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
960 uint32_t *eccpos = chip->ecc.layout->eccpos; in atmel_nand_pmecc_write_page() local
1342 uint32_t *eccpos = chip->ecc.layout->eccpos; in atmel_nand_read_page() local
Domap2.c1511 uint32_t *eccpos = chip->ecc.layout->eccpos; in omap_write_page_bch() local
1550 uint32_t *eccpos = chip->ecc.layout->eccpos; in omap_read_page_bch() local
/linux-4.1.27/include/linux/mtd/
Dmtd.h107 __u32 eccpos[MTD_MAX_ECCPOS_ENTRIES_LARGE]; member