Home
last modified time | relevance | path

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

/linux/include/linux/platform_data/
H A Dgpmc-omap.h149 bool burst_write; /* enables write page/burst mode */ member
/linux/arch/arm/mach-omap2/
H A Dusb-tusb6010.c34 .burst_write = true,
/linux/drivers/memory/
H A Domap-gpmc.c1885 if (p->burst_read || p->burst_write) { in gpmc_cs_program_settings()
1922 if (p->burst_write) in gpmc_cs_program_settings()
1924 if (p->burst_read || p->burst_write) { in gpmc_cs_program_settings()
2025 p->burst_write = of_property_read_bool(np, "gpmc,burst-write"); in gpmc_read_settings_dt()
2026 if (!p->burst_read && !p->burst_write) in gpmc_read_settings_dt()
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h6750 struct dmub_rb_cmd_burst_write burst_write; member