Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/platform_data/
Dmtd-nand-omap2.h56 void __iomem *gpmc_ecc_control; member
/Linux-v4.19/drivers/mtd/nand/raw/
Domap2.c947 writel(val, info->reg.gpmc_ecc_control); in omap_enable_hwecc()
957 writel(ECCCLEAR | ECC1, info->reg.gpmc_ecc_control); in omap_enable_hwecc()
960 writel(ECCCLEAR, info->reg.gpmc_ecc_control); in omap_enable_hwecc()
1102 writel(ECC1, info->reg.gpmc_ecc_control); in omap_enable_hwecc_bch()
1122 writel(ECCCLEAR | ECC1, info->reg.gpmc_ecc_control); in omap_enable_hwecc_bch()
/Linux-v4.19/drivers/memory/
Domap-gpmc.c1115 reg->gpmc_ecc_control = gpmc_base + GPMC_ECC_CONTROL; in gpmc_omap_get_nand_ops()