Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c145 unsigned char odt_cfg, mode_odt_enable; in spd_sdram() local
747 odt_cfg = 0; in spd_sdram()
750 odt_cfg = 0x2; /* ODT to IOs during reads */ in spd_sdram()
756 | (odt_cfg << 21) /* ODT only read */ in spd_sdram()
/openbmc/u-boot/drivers/ddr/fsl/
H A Dctrl_regs.c879 unsigned int odt_cfg = 0; /* ODT configuration */ in set_ddr_sdram_cfg_2() local
899 odt_cfg = SDRAM_CFG2_ODT_ONLY_READ; in set_ddr_sdram_cfg_2()
957 | ((odt_cfg & 0x3) << 21) in set_ddr_sdram_cfg_2()