Searched refs:cse_sub_part_str (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/cse/ |
H A D | cse_lite.c | 1070 static const char *cse_sub_part_str(enum bpdt_entry_type type) in cse_sub_part_str() function 1137 "size = 0x%x\n", cse_sub_part_str(type), bpdt_entries[i].offset, in cse_sub_part_get_target_rdev() 1148 printk(BIOS_ERR, "cse_lite: Sub-partition %s is not found\n", cse_sub_part_str(type)); in cse_sub_part_get_target_rdev() 1162 cse_sub_part_str(type)); in cse_get_sub_part_fw_version() 1169 cse_sub_part_str(type)); in cse_get_sub_part_fw_version() 1216 cse_sub_part_str(type), region_device_sz(target_rdev), blob_sz); in cse_sub_part_trigger_update() 1229 cse_sub_part_str(type)); in cse_sub_part_trigger_update() 1258 cse_sub_part_str(type)); in cse_sub_part_fw_component_update() 1263 printk(BIOS_INFO, "cse_lite: CBFS %s FW Version: %x.%x.%x.%x\n", cse_sub_part_str(type), in cse_sub_part_fw_component_update() 1280 cse_sub_part_str(type), target_fw_ver.major, in cse_sub_part_fw_component_update() [all …]
|