Searched refs:fsp_s_config (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/x86/cpu/apollolake/
H A Dfsp_bindings.c661 .offset = offsetof(struct fsp_s_config, active_processor_cores),
665 .offset = offsetof(struct fsp_s_config, disable_core1),
669 .offset = offsetof(struct fsp_s_config, disable_core2),
673 .offset = offsetof(struct fsp_s_config, disable_core3),
677 .offset = offsetof(struct fsp_s_config, vmx_enable),
681 .offset = offsetof(struct fsp_s_config, proc_trace_mem_size),
685 .offset = offsetof(struct fsp_s_config, proc_trace_enable),
689 .offset = offsetof(struct fsp_s_config, eist),
693 .offset = offsetof(struct fsp_s_config, boot_p_state),
697 .offset = offsetof(struct fsp_s_config, enable_c
[all...]
H A Dfsp_s.c38 struct fsp_s_config *cfg = &upd->config;
/u-boot/arch/x86/include/asm/arch-apollolake/
H A Dfsp_bindings.h109 int fsp_s_update_config_from_dtb(ofnode node, struct fsp_s_config *cfg);
/u-boot/arch/x86/include/asm/arch-apollolake/fsp/
H A Dfsp_s_upd.h13 * struct fsp_s_config - FSP-S configuration
19 struct __packed fsp_s_config { struct
363 struct fsp_s_config config;

Completed in 45 milliseconds