Searched refs:burst_read (Results 1 - 4 of 4) sorted by path

/linux-master/arch/arm/mach-omap2/
H A Dusb-tusb6010.c33 .burst_read = true,
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_gmbus.c434 bool burst_read = len > gmbus_max_xfer_size(i915); local
437 if (burst_read) {
470 if (burst_read && len == size - 4)
/linux-master/drivers/memory/
H A Domap-gpmc.c1908 if (p->burst_read || p->burst_write) {
1943 if (p->burst_read)
1947 if (p->burst_read || p->burst_write) {
2047 p->burst_read = of_property_read_bool(np, "gpmc,burst-read");
2049 if (!p->burst_read && !p->burst_write)
/linux-master/include/linux/platform_data/
H A Dgpmc-omap.h148 bool burst_read; /* enables read page/burst mode */ member in struct:gpmc_settings

Completed in 302 milliseconds