Searched refs:patch_id (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/usr.sbin/cpucontrol/
H A Damd.h58 uint32_t patch_id; member in struct:amd_10h_fw_header
H A Damd10h.c242 if (fw_header->patch_id <= revision) {
243 WARNX(1, "patch_id %x, revision %x",
244 fw_header->patch_id, revision);
251 WARNX(3, "selecting revision: %x", fw_header->patch_id);
252 revision = fw_header->patch_id;

Completed in 88 milliseconds