Home
last modified time | relevance | path

Searched refs:onenand_async (Results 1 – 1 of 1) sorted by relevance

/arch/arm/mach-omap2/
Dgpmc-onenand.c49 static struct gpmc_settings onenand_async = { variable
89 gpmc_calc_timings(t, &onenand_async, &dev_t); in omap2_onenand_calc_async_timings()
280 &onenand_async); in omap2_onenand_setup_async()
281 if (onenand_async.sync_read || onenand_async.sync_write) { in omap2_onenand_setup_async()
282 if (onenand_async.sync_write) in omap2_onenand_setup_async()
287 onenand_async.sync_read = false; in omap2_onenand_setup_async()
291 onenand_async.sync_write = true; in omap2_onenand_setup_async()
294 ret = gpmc_cs_program_settings(gpmc_onenand_data->cs, &onenand_async); in omap2_onenand_setup_async()
298 ret = gpmc_cs_set_timings(gpmc_onenand_data->cs, &t, &onenand_async); in omap2_onenand_setup_async()