Searched refs:fsp_m_config (Results 1 – 4 of 4) sorted by relevance
/u-boot/arch/x86/cpu/apollolake/ |
A D | fsp_bindings.c | 275 .offset = offsetof(struct fsp_m_config, igd), 287 .offset = offsetof(struct fsp_m_config, gtt_size), 295 .offset = offsetof(struct fsp_m_config, package), 299 .offset = offsetof(struct fsp_m_config, profile), 311 .offset = offsetof(struct fsp_m_config, ddr3_lasr), 343 .offset = offsetof(struct fsp_m_config, rmt_mode), 503 .offset = offsetof(struct fsp_m_config, 520 .count = ARRAY_SIZE_OF_MEMBER(struct fsp_m_config, 565 .offset = offsetof(struct fsp_m_config, npk_en), 597 .offset = offsetof(struct fsp_m_config, pti_mode), [all …]
|
A D | fsp_m.c | 17 struct fsp_m_config *cfg = &upd->config; in fspm_update_config()
|
/u-boot/arch/x86/include/asm/arch-apollolake/ |
A D | fsp_bindings.h | 96 int fsp_m_update_config_from_dtb(ofnode node, struct fsp_m_config *cfg);
|
/u-boot/arch/x86/include/asm/arch-apollolake/fsp/ |
A D | fsp_m_upd.h | 44 struct __packed fsp_m_config { struct 135 struct fsp_m_config config; argument
|
Completed in 8 milliseconds