Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/bus-devices/
Dti-gpmc.txt63 adv_rd_off: t_avdp_r
69 adv_rd_off: t_avdp_r
75 adv_rd_off: t_avdp_r, t_avdh
81 adv_rd_off: t_avdp_r
/linux-4.4.14/include/linux/
Domap-gpmc.h52 u32 adv_rd_off; /* Read deassertion time */ member
/linux-4.4.14/arch/arm/mach-omap2/
Dboard-flash.c118 .adv_rd_off = 24,
/linux-4.4.14/drivers/memory/
Domap-gpmc.c735 GPMC_SET_ONE(GPMC_CS_CONFIG3, 8, 12, adv_rd_off); in gpmc_cs_set_timings()
1277 gpmc_t->adv_rd_off = gpmc_round_ps_to_ticks(temp); in gpmc_calc_sync_read_timings()
1283 temp = max_t(u32, temp, gpmc_t->adv_rd_off + in gpmc_calc_sync_read_timings()
1387 gpmc_t->adv_rd_off = gpmc_round_ps_to_ticks(temp); in gpmc_calc_async_read_timings()
1393 gpmc_t->adv_rd_off + dev_t->t_aavdh); in gpmc_calc_async_read_timings()
1521 t->adv_rd_off /= 1000; in gpmc_convert_ps_to_ns()
1723 of_property_read_u32(np, "gpmc,adv-rd-off-ns", &gpmc_t->adv_rd_off); in gpmc_read_timings_dt()