Searched refs:gpmc_ecc_control (Results 1 – 3 of 3) sorted by relevance
53 void __iomem *gpmc_ecc_control; member
953 writel(val, info->reg.gpmc_ecc_control); 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()1103 writel(ECC1, info->reg.gpmc_ecc_control); in omap_enable_hwecc_bch()1123 writel(ECCCLEAR | ECC1, info->reg.gpmc_ecc_control); in omap_enable_hwecc_bch()
1096 reg->gpmc_ecc_control = gpmc_base + GPMC_ECC_CONTROL; in gpmc_omap_get_nand_ops()