Home
last modified time | relevance | path

Searched refs:PMECC_CFG_SECTOR1024 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Datmel_nand_ecc.h90 #define PMECC_CFG_SECTOR1024 (1 << 4) macro
H A Datmel_nand.c649 val |= PMECC_CFG_SECTOR1024; in atmel_pmecc_core_init()
/openbmc/linux/drivers/mtd/nand/raw/atmel/
H A Dpmecc.c74 #define PMECC_CFG_SECTOR1024 (1 << 4) macro
401 user->cache.cfg |= PMECC_CFG_SECTOR1024; in atmel_pmecc_create_user()
426 return user->cache.cfg & PMECC_CFG_SECTOR1024 ? 1024 : 512; in get_sectorsize()