Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/bus-devices/
Dti-gpmc.txt66 rd_cycle: t_rd_cycle, t_cez_r, t_oez
72 rd_cycle: t_rd_cycle, t_cez_r, t_oez
78 rd_cycle: t_cez_r, t_oez, t_ce_rdyz
84 rd_cycle: t_cez_r, t_oez, t_ce_rdyz
/Linux-v4.19/include/linux/platform_data/
Dgpmc-omap.h63 u32 rd_cycle; /* Total read cycle time */ member
/Linux-v4.19/drivers/memory/
Domap-gpmc.c765 GPMC_SET_ONE(GPMC_CS_CONFIG5, 0, 4, rd_cycle); in gpmc_cs_set_timings()
1556 gpmc_t->rd_cycle = gpmc_round_ps_to_ticks(temp); in gpmc_calc_sync_read_timings()
1658 gpmc_t->rd_cycle = gpmc_round_ps_to_ticks(temp); in gpmc_calc_async_read_timings()
1775 t->rd_cycle /= 1000; in gpmc_convert_ps_to_ns()
1993 of_property_read_u32(np, "gpmc,rd-cycle-ns", &gpmc_t->rd_cycle); in gpmc_read_timings_dt()