Searched refs:rd_cycle (Results  1 – 4 of 4) sorted by relevance
| /linux-4.4.14/Documentation/bus-devices/ | 
| D | ti-gpmc.txt | 66 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-4.4.14/include/linux/ | 
| D | omap-gpmc.h | 66 	u32 rd_cycle;		/* Total read cycle time */  member
  | 
| /linux-4.4.14/arch/arm/mach-omap2/ | 
| D | board-flash.c | 125 		.rd_cycle = 72,
  | 
| /linux-4.4.14/drivers/memory/ | 
| D | omap-gpmc.c | 743 	GPMC_SET_ONE(GPMC_CS_CONFIG5,  0,  4, rd_cycle);  in gpmc_cs_set_timings() 1310 	gpmc_t->rd_cycle = gpmc_round_ps_to_ticks(temp);  in gpmc_calc_sync_read_timings() 1412 	gpmc_t->rd_cycle = gpmc_round_ps_to_ticks(temp);  in gpmc_calc_async_read_timings() 1529 	t->rd_cycle /= 1000;  in gpmc_convert_ps_to_ns() 1738 	of_property_read_u32(np, "gpmc,rd-cycle-ns", &gpmc_t->rd_cycle);  in gpmc_read_timings_dt()
  |