burst_write        34 arch/arm/mach-omap2/usb-tusb6010.c 	.burst_write	= true,
burst_write      1850 drivers/memory/omap-gpmc.c 	if (p->burst_read || p->burst_write) {
burst_write      1886 drivers/memory/omap-gpmc.c 	if (p->burst_write)
burst_write      1888 drivers/memory/omap-gpmc.c 	if (p->burst_read || p->burst_write) {
burst_write      1930 drivers/memory/omap-gpmc.c 		p->burst_write = of_property_read_bool(np, "gpmc,burst-write");
burst_write      1931 drivers/memory/omap-gpmc.c 		if (!p->burst_read && !p->burst_write)
burst_write       142 include/linux/platform_data/gpmc-omap.h 	bool burst_write;	/* enables write page/burst mode */