Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/platform_data/
Dmtd-nand-omap2.h57 void __iomem *gpmc_ecc_control; member
/linux-4.4.14/drivers/mtd/nand/
Domap2.c964 writel(val, info->reg.gpmc_ecc_control); in omap_enable_hwecc()
974 writel(ECCCLEAR | ECC1, info->reg.gpmc_ecc_control); in omap_enable_hwecc()
977 writel(ECCCLEAR, info->reg.gpmc_ecc_control); in omap_enable_hwecc()
1127 writel(ECC1, info->reg.gpmc_ecc_control); in omap_enable_hwecc_bch()
1147 writel(ECCCLEAR | ECC1, info->reg.gpmc_ecc_control); in omap_enable_hwecc_bch()
/linux-4.4.14/drivers/memory/
Domap-gpmc.c1079 reg->gpmc_ecc_control = gpmc_base + GPMC_ECC_CONTROL; in gpmc_update_nand_reg()