Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/driver-api/memory-devices/
H A Dti-gpmc.rst82 rd_cycle:
93 rd_cycle:
104 rd_cycle:
115 rd_cycle:
/openbmc/linux/include/linux/platform_data/
H A Dgpmc-omap.h60 u32 rd_cycle; /* Total read cycle time */ member
/openbmc/linux/drivers/memory/
H A Domap-gpmc.c791 ret |= set_gpmc_timing_reg(cs, GPMC_CS_CONFIG5, 0, 4, 0, t->rd_cycle, in gpmc_cs_set_timings()
1615 gpmc_t->rd_cycle = gpmc_round_ps_to_ticks(temp); in gpmc_calc_sync_read_timings()
1714 gpmc_t->rd_cycle = gpmc_round_ps_to_ticks(temp); in gpmc_calc_async_read_timings()
1832 t->rd_cycle /= 1000; in gpmc_convert_ps_to_ns()
2128 of_property_read_u32(np, "gpmc,rd-cycle-ns", &gpmc_t->rd_cycle); in gpmc_read_timings_dt()