Lines Matching defs:gpmc_context

2477 	struct omap3_gpmc_regs *gpmc_context;
2483 gpmc_context = &gpmc->context;
2485 gpmc_context->sysconfig = gpmc_read_reg(GPMC_SYSCONFIG);
2486 gpmc_context->irqenable = gpmc_read_reg(GPMC_IRQENABLE);
2487 gpmc_context->timeout_ctrl = gpmc_read_reg(GPMC_TIMEOUT_CONTROL);
2488 gpmc_context->config = gpmc_read_reg(GPMC_CONFIG);
2489 gpmc_context->prefetch_config1 = gpmc_read_reg(GPMC_PREFETCH_CONFIG1);
2490 gpmc_context->prefetch_config2 = gpmc_read_reg(GPMC_PREFETCH_CONFIG2);
2491 gpmc_context->prefetch_control = gpmc_read_reg(GPMC_PREFETCH_CONTROL);
2493 gpmc_context->cs_context[i].is_valid = gpmc_cs_mem_enabled(i);
2494 if (gpmc_context->cs_context[i].is_valid) {
2495 gpmc_context->cs_context[i].config1 =
2497 gpmc_context->cs_context[i].config2 =
2499 gpmc_context->cs_context[i].config3 =
2501 gpmc_context->cs_context[i].config4 =
2503 gpmc_context->cs_context[i].config5 =
2505 gpmc_context->cs_context[i].config6 =
2507 gpmc_context->cs_context[i].config7 =
2515 struct omap3_gpmc_regs *gpmc_context;
2521 gpmc_context = &gpmc->context;
2523 gpmc_write_reg(GPMC_SYSCONFIG, gpmc_context->sysconfig);
2524 gpmc_write_reg(GPMC_IRQENABLE, gpmc_context->irqenable);
2525 gpmc_write_reg(GPMC_TIMEOUT_CONTROL, gpmc_context->timeout_ctrl);
2526 gpmc_write_reg(GPMC_CONFIG, gpmc_context->config);
2527 gpmc_write_reg(GPMC_PREFETCH_CONFIG1, gpmc_context->prefetch_config1);
2528 gpmc_write_reg(GPMC_PREFETCH_CONFIG2, gpmc_context->prefetch_config2);
2529 gpmc_write_reg(GPMC_PREFETCH_CONTROL, gpmc_context->prefetch_control);
2531 if (gpmc_context->cs_context[i].is_valid) {
2533 gpmc_context->cs_context[i].config1);
2535 gpmc_context->cs_context[i].config2);
2537 gpmc_context->cs_context[i].config3);
2539 gpmc_context->cs_context[i].config4);
2541 gpmc_context->cs_context[i].config5);
2543 gpmc_context->cs_context[i].config6);
2545 gpmc_context->cs_context[i].config7);