Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/bus-devices/
Dti-gpmc.txt91 wr_cycle: t_cez_w, t_wr_cycle
98 wr_cycle: t_cez_w, t_wr_cycle
105 wr_cycle: t_cez_w, t_ce_rdyz
112 wr_cycle: t_cez_w, t_ce_rdyz
/Linux-v4.19/include/linux/platform_data/
Dgpmc-omap.h64 u32 wr_cycle; /* Total write cycle time */ member
/Linux-v4.19/drivers/memory/
Domap-gpmc.c766 GPMC_SET_ONE(GPMC_CS_CONFIG5, 8, 12, wr_cycle); in gpmc_cs_set_timings()
1618 gpmc_t->wr_cycle = gpmc_round_ps_to_ticks(temp); in gpmc_calc_sync_write_timings()
1700 gpmc_t->wr_cycle = gpmc_round_ps_to_ticks(temp); in gpmc_calc_async_write_timings()
1776 t->wr_cycle /= 1000; in gpmc_convert_ps_to_ns()
1994 of_property_read_u32(np, "gpmc,wr-cycle-ns", &gpmc_t->wr_cycle); in gpmc_read_timings_dt()