Home
last modified time | relevance | path

Searched refs:dimm_type (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/drivers/nxp/ddr/phy-gen2/
H A Dphy.c576 enum dimm_types dimm_type) in load_pieimage() argument
582 switch (dimm_type) { in load_pieimage()
618 if (input->basic.dimm_type != RDIMM) { in prog_acsm_playback()
644 if (input->basic.dimm_type != RDIMM) { in prog_acsm_ctr()
685 lower_freq_opt = (input->basic.dimm_type == RDIMM) ? 7 : 3; in prog_seq0bdly0()
687 lower_freq_opt = (input->basic.dimm_type == RDIMM) ? 14 : 11; in prog_seq0bdly0()
749 load_pieimage(phy, input->basic.dimm_type); in i_load_pie()
765 input->basic.dimm_type == RDIMM && in i_load_pie()
777 input->basic.dimm_type == RDIMM ? U(0x2) : 0U); in i_load_pie()
819 if (input->basic.dimm_type == RDIMM) { in phy_gen2_init_input()
[all …]
H A Dinput.h29 enum dimm_types dimm_type; member