HomeSort by relevance Sort by last modified time
    Searched refs:B1VREFCTL (Results 1 - 6 of 6) sorted by null

  /external/u-boot/arch/x86/cpu/quark/
smc.h 175 #define B1VREFCTL 0x0024
mrc_util.c 938 uint32_t reg = (byte_lane & 0x1) ? B1VREFCTL : B0VREFCTL;
968 uint32_t reg = (byte_lane & 0x1) ? B1VREFCTL : B0VREFCTL;
    [all...]
smc.c 472 B1VREFCTL +
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
gen5_iosf_sb_definitions.h 483 #define B1VREFCTL 0x0024
meminit_utils.c 781 uint32_t reg = (byte_lane & 0x1) ? (B1VREFCTL) : (B0VREFCTL);
805 uint32_t reg = (byte_lane & 0x1) ? (B1VREFCTL) : (B0VREFCTL);
    [all...]
meminit.c 588 isbM32m(DDRPHY, (B1VREFCTL + (bl_grp_i * DDRIODQ_BL_OFFSET) + (channel_i * DDRIODQ_CH_OFFSET)), ((0x03<<2)|(0x0<<1)|(0x0<<0)), ((BIT7|BIT6|BIT5|BIT4|BIT3|BIT2)|BIT1|BIT0)); // Internal Vref Code, Enable#, Ext_or_Int (1=Ext)
    [all...]

Completed in 6679 milliseconds