Home
last modified time | relevance | path

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

/external/coreboot/src/northbridge/intel/i440bx/
Draminit.c46 static const uint32_t refresh_rate_map[] = { variable
632 reg = (reg & 0xf8) | refresh_rate_map[(value & 0x7f)]; in spd_enable_refresh()
/external/coreboot/src/northbridge/intel/e7505/
Draminit.c79 static const uint32_t refresh_rate_map[] = { variable
95 #define MAX_SPD_REFRESH_RATE (ARRAY_SIZE(refresh_rate_map) - 1)
1204 dimm_refresh_mode = refresh_rate_map[value]; in configure_e7501_dram_controller_mode()