fw_cfg_read_blob
if (fw_cfg_read_blob(FW_CFG_SIGNATURE, sig,
return fw_cfg_read_blob(entry->select, buf, pos, count);
ret = fw_cfg_read_blob(FW_CFG_FILE_DIR, &files_count,
ret = fw_cfg_read_blob(FW_CFG_FILE_DIR, dir,
err = fw_cfg_read_blob(FW_CFG_ID, &rev, 0, sizeof(rev));