Lines Matching defs:index
1413 uint32_t index, uint32_t dram_type)
1462 wrdqs_delay_val[ch][index][i] = 0x3ff &
1481 (wrdqs_delay_val[ch][index][i] &
1893 * index for get the result of gate Training
1982 uint32_t index;
1995 index = (rk3399_dram_status.current_index + 1) & 0x1;
2003 &dram_timing, index);
2005 &dram_timing, index);
2008 &dram_timing, index);
2009 rk3399_dram_status.index_freq[index] = mhz;
2011 return index;
2016 uint32_t low_power, index, ddr_index;
2023 index = to_get_clk_index(mhz);
2024 mhz = dpll_rates_table[index].mhz;
2036 m0_configure_ddr(dpll_rates_table[index], ddr_index);
2054 int index;
2057 index = to_get_clk_index(mhz);
2059 return dpll_rates_table[index].mhz * 1000 * 1000;
2069 * need to change frequencies to configure out current index.
2082 * This will configure the other index to be the same frequency as the
2095 /* The suspend code changes the current index, so reset it now. */