Home
last modified time | relevance | path

Searched refs:wait_on_write (Results 1 – 5 of 5) sorted by relevance

/arch/arm/mach-omap2/
Dusb-tusb6010.c32 .wait_on_write = true,
43 .wait_on_write = true,
Dgpmc-nand.c66 s->wait_on_write = true; in gpmc_set_legacy()
Dgpmc-smc91x.c133 smc91x_settings.wait_on_write = true; in gpmc_smc91x_init()
Dgpmc.h203 bool wait_on_write; /* monitor wait on writes */ member
Dgpmc.c1223 if (p->wait_on_write) in gpmc_cs_program_settings()
1225 if (p->wait_on_read || p->wait_on_write) in gpmc_cs_program_settings()
1287 p->wait_on_write = of_property_read_bool(np, in gpmc_read_settings_dt()
1289 if (!p->wait_on_read && !p->wait_on_write) in gpmc_read_settings_dt()