Home
last modified time | relevance | path

Searched refs:burst_wrap (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Domap-gpmc.h138 bool burst_wrap; /* enables wrap bursting */ member
/linux-4.1.27/arch/arm/mach-omap2/
Dgpmc-onenand.c56 .burst_wrap = true,
/linux-4.1.27/drivers/memory/
Domap-gpmc.c1647 config1 |= p->burst_wrap ? GPMC_CONFIG1_WRAPBURST_SUPP : 0; in gpmc_cs_program_settings()
1686 p->burst_wrap = of_property_read_bool(np, "gpmc,burst-wrap"); in gpmc_read_settings_dt()