Home
last modified time | relevance | path

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

/arch/arm/mach-omap2/
Dgpmc.h197 bool burst_read; /* enables read page/burst mode */ member
Dusb-tusb6010.c38 .burst_read = true,
Dgpmc.c1197 if (p->burst_read || p->burst_write) { in gpmc_cs_program_settings()
1231 if (p->burst_read) in gpmc_cs_program_settings()
1235 if (p->burst_read || p->burst_write) { in gpmc_cs_program_settings()
1277 p->burst_read = of_property_read_bool(np, "gpmc,burst-read"); in gpmc_read_settings_dt()
1279 if (!p->burst_read && !p->burst_write) in gpmc_read_settings_dt()
Dgpmc-onenand.c56 .burst_read = true,