• Home
  • Raw
  • Download

Lines Matching refs:t

37 	struct gpmc_timings t;  in omap2_nand_gpmc_retime()  local
43 memset(&t, 0, sizeof(t)); in omap2_nand_gpmc_retime()
44 t.sync_clk = gpmc_nand_data->gpmc_t->sync_clk; in omap2_nand_gpmc_retime()
45 t.cs_on = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->cs_on); in omap2_nand_gpmc_retime()
46 t.adv_on = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->adv_on); in omap2_nand_gpmc_retime()
49 t.adv_rd_off = gpmc_round_ns_to_ticks( in omap2_nand_gpmc_retime()
51 t.oe_on = t.adv_on; in omap2_nand_gpmc_retime()
52 t.access = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->access); in omap2_nand_gpmc_retime()
53 t.oe_off = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->oe_off); in omap2_nand_gpmc_retime()
54 t.cs_rd_off = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->cs_rd_off); in omap2_nand_gpmc_retime()
55 t.rd_cycle = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->rd_cycle); in omap2_nand_gpmc_retime()
58 t.adv_wr_off = gpmc_round_ns_to_ticks( in omap2_nand_gpmc_retime()
60 t.we_on = t.oe_on; in omap2_nand_gpmc_retime()
62 t.wr_data_mux_bus = gpmc_round_ns_to_ticks( in omap2_nand_gpmc_retime()
64 t.wr_access = gpmc_round_ns_to_ticks( in omap2_nand_gpmc_retime()
67 t.we_off = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->we_off); in omap2_nand_gpmc_retime()
68 t.cs_wr_off = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->cs_wr_off); in omap2_nand_gpmc_retime()
69 t.wr_cycle = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->wr_cycle); in omap2_nand_gpmc_retime()
78 err = gpmc_cs_set_timings(gpmc_nand_data->cs, &t); in omap2_nand_gpmc_retime()