Home
last modified time | relevance | path

Searched refs:oe_on (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/Documentation/driver-api/memory-devices/
Dti-gpmc.rst78 oe_on:
89 oe_on:
100 oe_on:
111 oe_on:
/linux-6.1.9/include/linux/platform_data/
Dgpmc-omap.h52 u32 oe_on; /* OE assertion time */ member
/linux-6.1.9/drivers/memory/
Domap-gpmc.c764 ret |= set_gpmc_timing_reg(cs, GPMC_CS_CONFIG4, 0, 3, 0, t->oe_on, in gpmc_cs_set_timings()
1527 gpmc_t->oe_on = gpmc_round_ps_to_ticks(temp); in gpmc_calc_sync_read_timings()
1537 temp = max_t(u32, temp, gpmc_t->oe_on + in gpmc_calc_sync_read_timings()
1634 gpmc_t->oe_on = gpmc_round_ps_to_ticks(temp); in gpmc_calc_async_read_timings()
1638 gpmc_t->oe_on + dev_t->t_oe); in gpmc_calc_async_read_timings()
1764 t->oe_on /= 1000; in gpmc_convert_ps_to_ns()
2023 of_property_read_u32(np, "gpmc,oe-on-ns", &gpmc_t->oe_on); in gpmc_read_timings_dt()