Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c144 unsigned char odt_cfg, mode_odt_enable; in spd_sdram() local
746 odt_cfg = 0; in spd_sdram()
749 odt_cfg = 0x2; /* ODT to IOs during reads */ in spd_sdram()
755 | (odt_cfg << 21) /* ODT only read */ in spd_sdram()
/OK3568_Linux_fs/u-boot/drivers/ddr/fsl/
H A Dctrl_regs.c858 unsigned int odt_cfg = 0; /* ODT configuration */ in set_ddr_sdram_cfg_2() local
878 odt_cfg = SDRAM_CFG2_ODT_ONLY_READ; in set_ddr_sdram_cfg_2()
936 | ((odt_cfg & 0x3) << 21) in set_ddr_sdram_cfg_2()