MCPcopy Create free account
hub / github.com/coreboot/coreboot / probing_for

Function probing_for

util/superiotool/superiotool.c:289–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289void probing_for(const char *vendor, const char *info, uint16_t port)
290{
291 if (!verbose)
292 return;
293
294 /* Yes, there's no space between '%s' and 'at'! */
295 printf("Probing for %s Super I/O %sat 0x%x...\n", vendor, info, port);
296}
297
298/** Print a list of all supported chips from the given vendor. */
299void print_vendor_chips(const char *vendor,

Callers 15

probe_idregs_amdFunction · 0.85
probe_idregs_smsc_helperFunction · 0.85
probe_idregs_ite_helperFunction · 0.85
probe_idregs_aspeedFunction · 0.85
probe_idregs_fintekFunction · 0.85
probe_idregs_exarFunction · 0.85
probe_idregs_aliFunction · 0.85
probe_idregs_nscFunction · 0.85
probe_idregs_microchipFunction · 0.85

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected