aemif_cycles_to_nsec  241 drivers/memory/ti-aemif.c 	data->ta = aemif_cycles_to_nsec(TA_VAL(val), clk_rate);
aemif_cycles_to_nsec  242 drivers/memory/ti-aemif.c 	data->rhold = aemif_cycles_to_nsec(RHOLD_VAL(val), clk_rate);
aemif_cycles_to_nsec  243 drivers/memory/ti-aemif.c 	data->rstrobe = aemif_cycles_to_nsec(RSTROBE_VAL(val), clk_rate);
aemif_cycles_to_nsec  244 drivers/memory/ti-aemif.c 	data->rsetup = aemif_cycles_to_nsec(RSETUP_VAL(val), clk_rate);
aemif_cycles_to_nsec  245 drivers/memory/ti-aemif.c 	data->whold = aemif_cycles_to_nsec(WHOLD_VAL(val), clk_rate);
aemif_cycles_to_nsec  246 drivers/memory/ti-aemif.c 	data->wstrobe = aemif_cycles_to_nsec(WSTROBE_VAL(val), clk_rate);
aemif_cycles_to_nsec  247 drivers/memory/ti-aemif.c 	data->wsetup = aemif_cycles_to_nsec(WSETUP_VAL(val), clk_rate);