Home
last modified time | relevance | path

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

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