Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/quark/
Dmrc_util.c19 static const uint8_t vref_codes[64] = { variable
947 vref_codes[setting] << 2, 0xfc); in set_vref()
967 uint32_t ret_val = sizeof(vref_codes) / 2; in get_vref()
978 for (j = 0; j < sizeof(vref_codes); j++) { in get_vref()
979 if (vref_codes[j] == temp) { in get_vref()