Home
last modified time | relevance | path

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

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