Searched refs:oe_on (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/Documentation/bus-devices/ |
D | ti-gpmc.txt | 64 oe_on: t_oeasu, t_aavdh 70 oe_on: t_oeasu 76 oe_on: t_oeasu, t_ach, cyc_aavdh_oe 82 oe_on: t_oeasu
|
/Linux-v4.19/include/linux/platform_data/ |
D | gpmc-omap.h | 55 u32 oe_on; /* OE assertion time */ member
|
/Linux-v4.19/drivers/memory/ |
D | omap-gpmc.c | 756 GPMC_SET_ONE(GPMC_CS_CONFIG4, 0, 3, oe_on); in gpmc_cs_set_timings() 1532 gpmc_t->oe_on = gpmc_round_ps_to_ticks(temp); in gpmc_calc_sync_read_timings() 1542 temp = max_t(u32, temp, gpmc_t->oe_on + in gpmc_calc_sync_read_timings() 1640 gpmc_t->oe_on = gpmc_round_ps_to_ticks(temp); in gpmc_calc_async_read_timings() 1644 gpmc_t->oe_on + dev_t->t_oe); in gpmc_calc_async_read_timings() 1771 t->oe_on /= 1000; in gpmc_convert_ps_to_ns() 1982 of_property_read_u32(np, "gpmc,oe-on-ns", &gpmc_t->oe_on); in gpmc_read_timings_dt()
|