Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/driver-api/memory-devices/
H A Dti-gpmc.rst76 adv_rd_off:
87 adv_rd_off:
98 adv_rd_off:
109 adv_rd_off:
/openbmc/linux/include/linux/platform_data/
H A Dgpmc-omap.h41 u32 adv_rd_off; /* Read deassertion time */ member
/openbmc/linux/drivers/memory/
H A Domap-gpmc.c751 ret |= set_gpmc_timing_reg(cs, GPMC_CS_CONFIG3, 8, 12, 0, t->adv_rd_off, in gpmc_cs_set_timings()
1582 gpmc_t->adv_rd_off = gpmc_round_ps_to_ticks(temp); in gpmc_calc_sync_read_timings()
1588 temp = max_t(u32, temp, gpmc_t->adv_rd_off + in gpmc_calc_sync_read_timings()
1692 gpmc_t->adv_rd_off = gpmc_round_ps_to_ticks(temp); in gpmc_calc_async_read_timings()
1697 temp = max_t(u32, temp, gpmc_t->adv_rd_off + dev_t->t_aavdh); in gpmc_calc_async_read_timings()
1824 t->adv_rd_off /= 1000; in gpmc_convert_ps_to_ns()
2103 of_property_read_u32(np, "gpmc,adv-rd-off-ns", &gpmc_t->adv_rd_off); in gpmc_read_timings_dt()