Mine
public text v1 · immutable 541 /* Read from ECC Control Register */
542 val = __raw_readl(info->gpmc_baseaddr + GPMC_ECC_CONTROL);
543 /* Clear all ECC | Enable Reg1 */
544 val = ((0x00000001<<8) | 0x00000001);
545 __raw_writel(val, info->gpmc_baseaddr + GPMC_ECC_CONTROL);