Searched refs:adv_wr_off (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/Documentation/bus-devices/ |
D | ti-gpmc.txt | 87 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.4.14/drivers/memory/ |
D | omap-gpmc.c | 736 GPMC_SET_ONE(GPMC_CS_CONFIG3, 16, 20, adv_wr_off); in gpmc_cs_set_timings() 1328 gpmc_t->adv_wr_off = gpmc_round_ps_to_ticks(temp); in gpmc_calc_sync_write_timings() 1338 gpmc_t->adv_wr_off + dev_t->t_aavdh); in gpmc_calc_sync_write_timings() 1339 temp = max_t(u32, temp, gpmc_t->adv_wr_off + in gpmc_calc_sync_write_timings() 1427 gpmc_t->adv_wr_off = gpmc_round_ps_to_ticks(temp); in gpmc_calc_async_write_timings() 1432 temp = max_t(u32, temp, gpmc_t->adv_wr_off + dev_t->t_aavdh); in gpmc_calc_async_write_timings() 1433 temp = max_t(u32, temp, gpmc_t->adv_wr_off + in gpmc_calc_async_write_timings() 1522 t->adv_wr_off /= 1000; in gpmc_convert_ps_to_ns() 1724 of_property_read_u32(np, "gpmc,adv-wr-off-ns", &gpmc_t->adv_wr_off); in gpmc_read_timings_dt()
|
/linux-4.4.14/include/linux/ |
D | omap-gpmc.h | 53 u32 adv_wr_off; /* Write deassertion time */ member
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | board-flash.c | 119 .adv_wr_off = 36,
|