Searched refs:oe_on (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/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-4.1.27/include/linux/ |
D | omap-gpmc.h | 60 u32 oe_on; /* OE assertion time */ member
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | board-flash.c | 115 .oe_on = 6,
|
/linux-4.1.27/drivers/memory/ |
D | omap-gpmc.c | 739 GPMC_SET_ONE(GPMC_CS_CONFIG4, 0, 3, oe_on); in gpmc_cs_set_timings() 1288 gpmc_t->oe_on = gpmc_round_ps_to_ticks(temp); in gpmc_calc_sync_read_timings() 1298 temp = max_t(u32, temp, gpmc_t->oe_on + in gpmc_calc_sync_read_timings() 1396 gpmc_t->oe_on = gpmc_round_ps_to_ticks(temp); in gpmc_calc_async_read_timings() 1400 gpmc_t->oe_on + dev_t->t_oe); in gpmc_calc_async_read_timings() 1527 t->oe_on /= 1000; in gpmc_convert_ps_to_ns() 1733 of_property_read_u32(np, "gpmc,oe-on-ns", &gpmc_t->oe_on); in gpmc_read_timings_dt()
|