Home
last modified time | relevance | path

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

/linux/include/linux/platform_data/
H A Dmtd-nand-omap2.h54 void __iomem *gpmc_ecc_control; member
/linux/drivers/mtd/nand/raw/
H A Domap2.c874 writel(val, info->reg.gpmc_ecc_control); in omap_enable_hwecc()
884 writel(ECCCLEAR | ECC1, info->reg.gpmc_ecc_control); in omap_enable_hwecc()
887 writel(ECCCLEAR, info->reg.gpmc_ecc_control); in omap_enable_hwecc()
980 writel(ECC1, info->reg.gpmc_ecc_control); in omap_enable_hwecc_bch()
1000 writel(ECCCLEAR | ECC1, info->reg.gpmc_ecc_control); in omap_enable_hwecc_bch()
/linux/drivers/memory/
H A Domap-gpmc.c1163 reg->gpmc_ecc_control = gpmc_base + GPMC_ECC_CONTROL; in gpmc_omap_get_nand_ops()