Home
last modified time | relevance | path

Searched defs:memory_upd (Results 1 – 2 of 2) sorted by relevance

/u-boot-v2022.01-rc1/arch/x86/include/asm/arch-braswell/fsp/
A Dfsp_vpd.h12 struct __packed memory_upd { struct
13 u64 signature; /* Offset 0x0020 */
14 u8 revision; /* Offset 0x0028 */
15 u8 unused2[7]; /* Offset 0x0029 */
20 u8 mem_ch0_config; /* Offset 0x0036 */
21 u8 mem_ch1_config; /* Offset 0x0037 */
24 u8 aperture_size; /* Offset 0x003d */
25 u8 gtt_size; /* Offset 0x003e */
27 u8 enable_dvfs; /* Offset 0x0040 */
28 u8 memory_type; /* Offset 0x0041 */
[all …]
/u-boot-v2022.01-rc1/arch/x86/cpu/braswell/
A Dfsp_configs.c49 struct memory_upd *memory_upd = &fsp_upd->memory_upd; in fsp_update_configs() local

Completed in 10 milliseconds