Searched refs:adv_rd_off (Results 1 – 3 of 3) sorted by relevance
| /linux/Documentation/driver-api/memory-devices/ |
| A D | ti-gpmc.rst | 76 adv_rd_off: 87 adv_rd_off: 98 adv_rd_off: 109 adv_rd_off:
|
| /linux/include/linux/platform_data/ |
| A D | gpmc-omap.h | 41 u32 adv_rd_off; /* Read deassertion time */ member
|
| /linux/drivers/memory/ |
| A D | omap-gpmc.c | 741 ret |= set_gpmc_timing_reg(cs, GPMC_CS_CONFIG3, 8, 12, 0, t->adv_rd_off, in gpmc_cs_set_timings() 1510 gpmc_t->adv_rd_off = gpmc_round_ps_to_ticks(temp); in gpmc_calc_sync_read_timings() 1516 temp = max_t(u32, temp, gpmc_t->adv_rd_off + in gpmc_calc_sync_read_timings() 1620 gpmc_t->adv_rd_off = gpmc_round_ps_to_ticks(temp); in gpmc_calc_async_read_timings() 1625 temp = max_t(u32, temp, gpmc_t->adv_rd_off + dev_t->t_aavdh); in gpmc_calc_async_read_timings() 1752 t->adv_rd_off /= 1000; in gpmc_convert_ps_to_ns() 2010 of_property_read_u32(np, "gpmc,adv-rd-off-ns", &gpmc_t->adv_rd_off); in gpmc_read_timings_dt()
|
Completed in 12 milliseconds