Searched refs:we_off (Results 1 – 3 of 3) sorted by relevance
| /linux/Documentation/driver-api/memory-devices/ |
| H A D | ti-gpmc.rst | 124 we_off: 137 we_off: 150 we_off: 163 we_off:
|
| /linux/include/linux/platform_data/ |
| H A D | gpmc-omap.h | 49 u32 we_off; /* WE deassertion time */ member
|
| /linux/drivers/memory/ |
| H A D | omap-gpmc.c | 779 ret |= set_gpmc_timing_reg(cs, GPMC_CS_CONFIG4, 24, 28, 0, t->we_off, in gpmc_cs_set_timings() 780 GPMC_CD_FCLK, "we_off"); in gpmc_cs_set_timings() 1632 /* we_off */ in gpmc_calc_sync_write_timings() 1638 gpmc_t->we_off = gpmc_round_ps_to_ticks(temp); in gpmc_calc_sync_write_timings() 1640 gpmc_t->cs_wr_off = gpmc_round_ps_to_ticks(gpmc_t->we_off + in gpmc_calc_sync_write_timings() 1719 /* we_off */ in gpmc_calc_async_write_timings() 1721 gpmc_t->we_off = gpmc_round_ps_to_ticks(temp); in gpmc_calc_async_write_timings() 1723 gpmc_t->cs_wr_off = gpmc_round_ps_to_ticks(gpmc_t->we_off + in gpmc_calc_async_write_timings() 1800 t->we_off /= 1000; in gpmc_convert_ps_to_ns() 2087 of_property_read_u32(np, "gpmc,we-off-ns", &gpmc_t->we_off); in gpmc_read_timings_dt() [all...] |