Searched refs:ecc_readl (Results 1 – 1 of 1) sorted by relevance
26 #define ecc_readl(add, reg) \ macro999 ecc_value = ecc_readl(CONFIG_SYS_NAND_ECC_BASE, PR); in atmel_nand_calculate()1005 ecc_value = ecc_readl(CONFIG_SYS_NAND_ECC_BASE, NPR) & ATMEL_ECC_NPARITY; in atmel_nand_calculate()1088 ecc_status = ecc_readl(CONFIG_SYS_NAND_ECC_BASE, SR); in atmel_nand_correct()1095 ecc_bit = ecc_readl(CONFIG_SYS_NAND_ECC_BASE, PR) & ATMEL_ECC_BITADDR; in atmel_nand_correct()1097 ecc_word = ecc_readl(CONFIG_SYS_NAND_ECC_BASE, PR) & ATMEL_ECC_WORDADDR; in atmel_nand_correct()