Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/include/linux/platform_data/
Dgpmc-omap.h45 u32 adv_wr_off; /* Write deassertion time */ member
/Linux-v4.19/drivers/memory/
Domap-gpmc.c749 GPMC_SET_ONE(GPMC_CS_CONFIG3, 16, 20, adv_wr_off); in gpmc_cs_set_timings()
1574 gpmc_t->adv_wr_off = gpmc_round_ps_to_ticks(temp); in gpmc_calc_sync_write_timings()
1584 gpmc_t->adv_wr_off + dev_t->t_aavdh); in gpmc_calc_sync_write_timings()
1585 temp = max_t(u32, temp, gpmc_t->adv_wr_off + in gpmc_calc_sync_write_timings()
1673 gpmc_t->adv_wr_off = gpmc_round_ps_to_ticks(temp); in gpmc_calc_async_write_timings()
1678 temp = max_t(u32, temp, gpmc_t->adv_wr_off + dev_t->t_aavdh); in gpmc_calc_async_write_timings()
1679 temp = max_t(u32, temp, gpmc_t->adv_wr_off + in gpmc_calc_async_write_timings()
1768 t->adv_wr_off /= 1000; in gpmc_convert_ps_to_ns()
1969 of_property_read_u32(np, "gpmc,adv-wr-off-ns", &gpmc_t->adv_wr_off); in gpmc_read_timings_dt()