Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Datmel_nand_ecc.h103 #define PMECC_CFG_AUTO_ENABLE (1 << 20) macro
H A Datmel_nand.c541 & ~PMECC_CFG_WRITE_OP) | PMECC_CFG_AUTO_ENABLE); in atmel_nand_pmecc_read_page()
582 PMECC_CFG_WRITE_OP) & ~PMECC_CFG_AUTO_ENABLE); in atmel_nand_pmecc_write_page()
/openbmc/linux/drivers/mtd/nand/raw/atmel/
H A Dpmecc.c79 #define PMECC_CFG_AUTO_ENABLE BIT(20) macro
788 cfg |= PMECC_CFG_AUTO_ENABLE; in atmel_pmecc_enable()