Home
last modified time | relevance | path

Searched refs:odt_en (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/board/sunxi/
H A Ddram_sun4i_auto.c12 .odt_en = IS_ENABLED(CONFIG_DRAM_ODT_EN),
H A Ddram_sun5i_auto.c15 .odt_en = IS_ENABLED(CONFIG_DRAM_ODT_EN),
/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun4i.c511 static void mctl_set_impedance(u32 zq, bool odt_en) in mctl_set_impedance() argument
526 if (!odt_en) in mctl_set_impedance()
623 mctl_set_impedance(para->zq, para->odt_en); in dramc_init_helper()
H A Ddram_sun8i_a23.c34 .odt_en = IS_ENABLED(CONFIG_DRAM_ODT_EN),
141 if (dram_para.clock <= 240 || !dram_para.odt_en) { in mctl_init()
H A DKconfig390 fex files, this option is found in bits 8-15 of the u32 odt_en variable
391 in the [dram] section. When bit 31 of the odt_en variable is set
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sun4i.h78 u32 odt_en; member
H A Ddram_sun8i_a23.h21 u32 odt_en; member