Home
last modified time | relevance | path

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

/linux-3.3/include/mtd/
Dmtd-abi.h214 __u32 eccpos[32]; member
234 __u32 eccpos[MTD_MAX_ECCPOS_ENTRIES]; member
/linux-3.3/drivers/mtd/nand/
Dnand_base.c1112 uint32_t *eccpos = chip->ecc.layout->eccpos; in nand_read_page_swecc() local
1149 uint32_t *eccpos = chip->ecc.layout->eccpos; in nand_read_subpage() local
1245 uint32_t *eccpos = chip->ecc.layout->eccpos; in nand_read_page_hwecc() local
1293 uint32_t *eccpos = chip->ecc.layout->eccpos; in nand_read_page_hwecc_oob_first() local
1968 uint32_t *eccpos = chip->ecc.layout->eccpos; in nand_write_page_swecc() local
1994 uint32_t *eccpos = chip->ecc.layout->eccpos; in nand_write_page_hwecc() local
Datmel_nand.c341 uint32_t *eccpos = chip->ecc.layout->eccpos; in atmel_nand_read_page() local
/linux-3.3/include/linux/mtd/
Dmtd.h110 __u32 eccpos[MTD_MAX_ECCPOS_ENTRIES_LARGE]; member