Searched refs:dq_vref (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/ram/rockchip/
H A Dsdram_rv1126.c783 u32 ca_vref, dq_vref; local
791 dq_vref = LP4_DQ_VREF(lp4_info->vref_when_odtoff);
793 dq_vref = LP4_DQ_VREF(lp4_info->vref_when_odten);
806 if (dq_vref < 100)
807 dq_vref = 100;
808 if (dq_vref > 420)
809 dq_vref = 420;
811 if (dq_vref <= 300)
812 dq_vref = (0 << 6) | (dq_vref
[all...]
H A Dsdram_rk3399.c114 u32 dq_vref; member in struct:io_setting
131 0x72, /* dq_vref; */
148 0x72, /* dq_vref; */
165 0x72, /* dq_vref; */
182 0x10, /* dq_vref; */
2095 reg_value = io->dq_vref;

Completed in 139 milliseconds