Searched refs:odt_en (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/arch/x86/include/asm/arch-braswell/ |
H A D | gpio.h | 112 enum odt_en { enum 156 odt_up_dn, odt_en, curr_src_str, rcomp, family_no, community_offset) { \ argument 162 (((odt_en) != NA) ? odt_en << 17 : 0) | \ 169 (((odt_en) != NA) ? ONE_BIT << 17 : 0) | \
|
/openbmc/u-boot/board/sunxi/ |
H A D | dram_sun4i_auto.c | 12 .odt_en = IS_ENABLED(CONFIG_DRAM_ODT_EN),
|
H A D | dram_sun5i_auto.c | 15 .odt_en = IS_ENABLED(CONFIG_DRAM_ODT_EN),
|
/openbmc/u-boot/arch/arm/mach-sunxi/ |
H A D | dram_sun4i.c | 510 static void mctl_set_impedance(u32 zq, bool odt_en) in mctl_set_impedance() argument 525 if (!odt_en) in mctl_set_impedance() 622 mctl_set_impedance(para->zq, para->odt_en); in dramc_init_helper()
|
H A D | dram_sun8i_a23.c | 33 .odt_en = IS_ENABLED(CONFIG_DRAM_ODT_EN), 140 if (dram_para.clock <= 240 || !dram_para.odt_en) { in mctl_init()
|
H A D | Kconfig | 521 fex files, this option is found in bits 8-15 of the u32 odt_en variable 522 in the [dram] section. When bit 31 of the odt_en variable is set
|
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/ |
H A D | dram_sun4i.h | 77 u32 odt_en; member
|
H A D | dram_sun8i_a23.h | 20 u32 odt_en; member
|