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

  /external/u-boot/arch/x86/cpu/quark/
mrc_util.c 19 static const uint8_t vref_codes[64] = { variable
947 vref_codes[setting] << 2, 0xfc);
967 uint32_t ret_val = sizeof(vref_codes) / 2;
978 for (j = 0; j < sizeof(vref_codes); j++) {
979 if (vref_codes[j] == temp) {
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
meminit_utils.c 27 const uint8_t vref_codes[64] = variable
787 (vref_codes[setting] << 2), (BIT7 | BIT6 | BIT5 | BIT4 | BIT3 | BIT2));
804 uint32_t ret_val = sizeof(vref_codes) / 2;
813 for (j = 0; j < sizeof(vref_codes); j++)
815 if (vref_codes[j] == tempD)
    [all...]

Completed in 101 milliseconds