Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/platform_data/
Dgpmc-omap.h44 u32 adv_rd_off; /* Read deassertion time */ member
/linux-4.19.296/drivers/memory/
Domap-gpmc.c749 GPMC_SET_ONE(GPMC_CS_CONFIG3, 8, 12, adv_rd_off); in gpmc_cs_set_timings()
1527 gpmc_t->adv_rd_off = gpmc_round_ps_to_ticks(temp); in gpmc_calc_sync_read_timings()
1533 temp = max_t(u32, temp, gpmc_t->adv_rd_off + in gpmc_calc_sync_read_timings()
1637 gpmc_t->adv_rd_off = gpmc_round_ps_to_ticks(temp); in gpmc_calc_async_read_timings()
1643 gpmc_t->adv_rd_off + dev_t->t_aavdh); in gpmc_calc_async_read_timings()
1771 t->adv_rd_off /= 1000; in gpmc_convert_ps_to_ns()
1972 of_property_read_u32(np, "gpmc,adv-rd-off-ns", &gpmc_t->adv_rd_off); in gpmc_read_timings_dt()