Searched refs:wait_on_write (Results 1 – 5 of 5) sorted by relevance
32 .wait_on_write = true,43 .wait_on_write = true,
66 s->wait_on_write = true; in gpmc_set_legacy()
133 smc91x_settings.wait_on_write = true; in gpmc_smc91x_init()
203 bool wait_on_write; /* monitor wait on writes */ member
1223 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()