Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/platform_data/
Dmtd-nand-omap2.h56 void __iomem *gpmc_ecc_config; member
/linux-4.4.14/drivers/mtd/nand/
Domap2.c935 val = readl(info->reg.gpmc_ecc_config); in omap_calculate_ecc()
987 writel(val, info->reg.gpmc_ecc_config); in omap_enable_hwecc()
1144 writel(val, info->reg.gpmc_ecc_config); in omap_enable_hwecc_bch()
1174 nsectors = ((readl(info->reg.gpmc_ecc_config) >> 4) & 0x7) + 1; in omap_calculate_ecc_bch()
/linux-4.4.14/drivers/memory/
Domap-gpmc.c1078 reg->gpmc_ecc_config = gpmc_base + GPMC_ECC_CONFIG; in gpmc_update_nand_reg()