Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/soc/intel/common/basecode/include/intelbasecode/
H A Ddebug_feature.h12 bool is_debug_cse_fw_update_disable(void);
/aosp_15_r20/external/coreboot/src/soc/intel/common/basecode/debug/
H A Ddebug_feature.c48 bool is_debug_cse_fw_update_disable(void) in is_debug_cse_fw_update_disable() function
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/cse/
H A Dcse_lite.c829 return !is_debug_cse_fw_update_disable(); in is_cse_fw_update_enabled()