GPMC_CONFIG
regval = gpmc_read_reg(GPMC_CONFIG);
gpmc_write_reg(GPMC_CONFIG, regval);
regval = gpmc_read_reg(GPMC_CONFIG);
gpmc_write_reg(GPMC_CONFIG, regval);
config1 = gpmc_read_reg(GPMC_CONFIG);
gpmc_write_reg(GPMC_CONFIG, config1);
val = gpmc_read_reg(GPMC_CONFIG);
gpmc_write_reg(GPMC_CONFIG, val);
gpmc_context->config = gpmc_read_reg(GPMC_CONFIG);
gpmc_write_reg(GPMC_CONFIG, gpmc_context->config);