Searched refs:gpmc_cfg (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dgpmc-smc91x.c24 static struct omap_smc91x_platform_data *gpmc_cfg; variable in typeref:struct:omap_smc91x_platform_data
85 if (cpu_is_omap34xx() && (gpmc_cfg->flags & GPMC_MUX_ADD_DATA)) {
97 if (gpmc_cfg->flags & GPMC_MUX_ADD_DATA)
99 if (gpmc_cfg->flags & GPMC_READ_MON)
101 if (gpmc_cfg->flags & GPMC_WRITE_MON)
103 if (gpmc_cfg->wait_pin)
104 l |= GPMC_CONFIG1_WAIT_PIN_SEL(gpmc_cfg->wait_pin);
105 gpmc_cs_write_reg(gpmc_cfg->cs, GPMC_CS_CONFIG1, l);
107 if (gpmc_cfg->flags & GPMC_MUX_ADD_DATA)
110 return gpmc_cs_set_timings(gpmc_cfg
[all...]

Completed in 29 milliseconds