Home
last modified time | relevance | path

Searched refs:ECCCLEAR (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Domap2.c110 #define ECCCLEAR 0x100 macro
952 val = ECCCLEAR | ECC1; in omap_enable_hwecc()
963 writel(ECCCLEAR | ECC1, info->reg.gpmc_ecc_control); in omap_enable_hwecc()
966 writel(ECCCLEAR, info->reg.gpmc_ecc_control); in omap_enable_hwecc()
1123 writel(ECCCLEAR | ECC1, info->reg.gpmc_ecc_control); in omap_enable_hwecc_bch()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Domap_gpmc.c21 #define ECCCLEAR (0x1 << 8) macro
232 writel(ECCCLEAR | ECCRESULTREG1, &gpmc_cfg->ecc_control); in omap_enable_hwecc()