HomeSort by relevance Sort by last modified time
    Searched refs:t2t (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
atrace_from_file_agent.py 61 with open(t2t_path, 'w') as t2t:
66 with open(t2t_path, 'rb') as t2t:
67 existing_file_hash = hashlib.sha1(t2t.read()).hexdigest()
  /external/u-boot/drivers/ddr/marvell/a38x/
ddr3_training.c 356 u32 t_ckclk = 0, t_wr = 0, t2t = 0; local
610 t2t = mode_2t;
612 t2t = (timing == MV_DDR_TIM_2T) ? 1 : 0;
617 t2t = (cs_num == 1) ? 0 : 1;
622 DUNIT_CTRL_LOW_REG, t2t << 3,
1271 u32 t2t; local
    [all...]

Completed in 85 milliseconds