Searched refs:selected_fw (Results 1 – 2 of 2) sorted by relevance
101 const amd_10h_fw_header_t *selected_fw; in ucode_amd_find() local184 if (selected_fw != NULL) in ucode_amd_find()226 selected_fw = fw_header; in ucode_amd_find()233 selected_fw = NULL; in ucode_amd_find()238 return (selected_fw); in ucode_amd_find()
92 const void *selected_fw; in amd10h_update() local126 selected_fw = ucode_amd_find(path, signature, revision, fw_image, in amd10h_update()129 if (selected_fw != NULL) { in amd10h_update()134 args.data = __DECONST(void *, selected_fw); in amd10h_update()