Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Domap-gpmc.h140 bool burst_write; /* enables write page/burst mode */ member
/linux-4.1.27/arch/arm/mach-omap2/
Dusb-tusb6010.c39 .burst_write = true,
Dgpmc-onenand.c243 onenand_sync.burst_write = true; in omap2_onenand_calc_sync_timings()
/linux-4.1.27/drivers/memory/
Domap-gpmc.c1607 if (p->burst_read || p->burst_write) { in gpmc_cs_program_settings()
1643 if (p->burst_write) in gpmc_cs_program_settings()
1645 if (p->burst_read || p->burst_write) { in gpmc_cs_program_settings()
1688 p->burst_write = of_property_read_bool(np, "gpmc,burst-write"); in gpmc_read_settings_dt()
1689 if (!p->burst_read && !p->burst_write) in gpmc_read_settings_dt()