All pastes #1932453 Raw Edit

Mine

public text v1 · immutable
#1932453 ·published 2010-09-04 10:28 UTC
rendered paste body
    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);