Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/bus-devices/
Dti-gpmc.txt87 adv_wr_off: t_avdp_w
94 adv_wr_off: t_avdp_w
101 adv_wr_off: t_avdp_w, t_avdh
108 adv_wr_off: t_avdp_w
/linux-4.1.27/drivers/memory/
Domap-gpmc.c737 GPMC_SET_ONE(GPMC_CS_CONFIG3, 16, 20, adv_wr_off); in gpmc_cs_set_timings()
1330 gpmc_t->adv_wr_off = gpmc_round_ps_to_ticks(temp); in gpmc_calc_sync_write_timings()
1340 gpmc_t->adv_wr_off + dev_t->t_aavdh); in gpmc_calc_sync_write_timings()
1341 temp = max_t(u32, temp, gpmc_t->adv_wr_off + in gpmc_calc_sync_write_timings()
1429 gpmc_t->adv_wr_off = gpmc_round_ps_to_ticks(temp); in gpmc_calc_async_write_timings()
1434 temp = max_t(u32, temp, gpmc_t->adv_wr_off + dev_t->t_aavdh); in gpmc_calc_async_write_timings()
1435 temp = max_t(u32, temp, gpmc_t->adv_wr_off + in gpmc_calc_async_write_timings()
1524 t->adv_wr_off /= 1000; in gpmc_convert_ps_to_ns()
1726 of_property_read_u32(np, "gpmc,adv-wr-off-ns", &gpmc_t->adv_wr_off); in gpmc_read_timings_dt()
/linux-4.1.27/include/linux/
Domap-gpmc.h53 u32 adv_wr_off; /* Write deassertion time */ member
/linux-4.1.27/arch/arm/mach-omap2/
Dboard-flash.c119 .adv_wr_off = 36,