Lines Matching refs:printf

56 	printf("powerspec %d  supports D0%s%s D3  current D%d",  in cap_power()
70 printf("AGP "); in cap_agp()
72 printf("v3 "); in cap_agp()
74 printf("8x "); in cap_agp()
76 printf("4x "); in cap_agp()
79 printf("4x "); in cap_agp()
81 printf("2x "); in cap_agp()
83 printf("1x "); in cap_agp()
86 printf("SBA "); in cap_agp()
88 printf("enabled at "); in cap_agp()
90 printf("v3 "); in cap_agp()
93 printf("8x "); in cap_agp()
96 printf("4x "); in cap_agp()
102 printf("4x "); in cap_agp()
105 printf("2x "); in cap_agp()
108 printf("1x "); in cap_agp()
112 printf("SBA "); in cap_agp()
114 printf("disabled"); in cap_agp()
121 printf("VPD"); in cap_vpd()
132 printf("MSI supports %d message%s%s%s ", msgnum, in cap_msi()
138 printf("enabled with %d message%s", msgnum, in cap_msi()
150 printf("PCI-X "); in cap_pcix()
152 printf("64-bit "); in cap_pcix()
154 printf("bridge "); in cap_pcix()
157 printf("supports"); in cap_pcix()
160 printf("%s 133MHz", comma ? "," : ""); in cap_pcix()
164 printf("%s 266MHz", comma ? "," : ""); in cap_pcix()
168 printf("%s 533MHz", comma ? "," : ""); in cap_pcix()
213 printf("%s %d burst read, %d split transaction%s", comma ? "," : "", in cap_pcix()
224 printf("HT "); in cap_ht()
226 printf("slave"); in cap_ht()
228 printf("host"); in cap_ht()
232 printf("switch"); in cap_ht()
235 printf("interrupt"); in cap_ht()
238 printf("revision ID"); in cap_ht()
241 printf("unit ID clumping"); in cap_ht()
244 printf("extended config space"); in cap_ht()
247 printf("address mapping"); in cap_ht()
250 printf("MSI %saddress window %s at 0x", in cap_ht()
255 printf("fee00000"); in cap_ht()
260 printf("%08x", reg); in cap_ht()
263 printf("%08x", reg); in cap_ht()
267 printf("direct route"); in cap_ht()
270 printf("VC set"); in cap_ht()
273 printf("retry mode"); in cap_ht()
276 printf("X86 encoding"); in cap_ht()
279 printf("unknown %02x", command); in cap_ht()
290 printf("vendor (length %d)", length); in cap_vendor()
297 printf(" Intel cap %d version %d", version >> 4, version & 0xf); in cap_vendor()
306 printf("\n\t\t features:"); in cap_vendor()
308 printf(" AMT"); in cap_vendor()
314 printf("%s Quick Resume", comma ? "," : ""); in cap_vendor()
318 printf("%s SATA RAID-5", comma ? "," : ""); in cap_vendor()
322 printf("%s Mobile", comma ? "," : ""); in cap_vendor()
326 printf("%s 6 PCI-e x1 slots", comma ? "," : ""); in cap_vendor()
329 printf("%s 4 PCI-e x1 slots", comma ? "," : ""); in cap_vendor()
333 printf("%s SATA RAID-0/1/10", comma ? "," : ""); in cap_vendor()
337 printf("%s SATA AHCI", comma ? "," : ""); in cap_vendor()
350 printf("EHCI Debug Port at offset 0x%x in map 0x%x", debug_port & in cap_debug()
360 printf("PCI Bridge card=0x%08x", id); in cap_subvendor()
374 printf("PCI-Express %u ", version); in cap_express()
377 printf("endpoint"); in cap_express()
380 printf("legacy endpoint"); in cap_express()
383 printf("root port"); in cap_express()
386 printf("upstream port"); in cap_express()
389 printf("downstream port"); in cap_express()
392 printf("PCI bridge"); in cap_express()
395 printf("PCI to PCIe bridge"); in cap_express()
398 printf("root endpoint"); in cap_express()
401 printf("event collector"); in cap_express()
404 printf("type %d", (flags & PCIEM_CAP_PORT_TYPE) >> 8); in cap_express()
408 printf(" IRQ %d", (flags & PCIEM_CAP_IRQ_MSGNO) >> 8); in cap_express()
411 printf(" max data %d(%d)", in cap_express()
415 printf(" FLR"); in cap_express()
417 printf(" RO"); in cap_express()
419 printf(" NS"); in cap_express()
421 printf(" COR"); in cap_express()
423 printf(" NFER"); in cap_express()
425 printf(" FER"); in cap_express()
427 printf(" URR"); in cap_express()
433 printf(" ARI %s", in cap_express()
439 printf(" LTR %s", in cap_express()
448 printf(" link x%d(x%d)", (sta & PCIEM_LNKSTAT_WIDTH) >> 4, in cap_express()
453 printf(" ASPM %s(%s)", in cap_express()
461 printf("\n "); in cap_express()
462 printf(" slot %d", (cap & PCIEM_SLOTCAP_PSN) >> 19); in cap_express()
463 printf(" power limit %d mW", slot_power(cap)); in cap_express()
465 printf(" HotPlug(%s)", sta & PCIEM_SLOTSTA_PDS ? in cap_express()
468 printf(" surprise"); in cap_express()
470 printf(" Attn Button"); in cap_express()
472 printf(" PC(%s)", ctl & PCIEM_SLOTCTL_PCC ? in cap_express()
475 printf(" MRL(%s)", sta & PCIEM_SLOTSTA_MRLSS ? in cap_express()
478 printf(" EI(%s)", sta & PCIEM_SLOTSTA_EIS ? in cap_express()
496 printf("MSI-X supports %d message%s ", msgnum, in cap_msix()
499 printf("in map 0x%x", table_bar); in cap_msix()
501 printf("in maps 0x%x and 0x%x", table_bar, pba_bar); in cap_msix()
503 printf(" enabled"); in cap_msix()
510 printf("SATA Index-Data Pair"); in cap_sata()
519 printf("PCI Advanced Features:%s%s", in cap_pciaf()
553 printf(" cap %02x[%02x] = ", cap, ptr); in list_caps()
596 printf("unknown"); in list_caps()
599 printf("\n"); in list_caps()
625 printf("AER %d", ver); in ecap_aer()
630 printf(" %d fatal", bitcount32(sta & mask)); in ecap_aer()
631 printf(" %d non-fatal", bitcount32(sta & ~mask)); in ecap_aer()
633 printf(" %d corrected", bitcount32(sta)); in ecap_aer()
641 printf("VC %d", ver); in ecap_vc()
645 printf(" max VC%d", cap1 & PCIM_VC_CAP1_EXT_COUNT); in ecap_vc()
647 printf(" lowpri VC0-VC%d", in ecap_vc()
656 printf("Serial %d", ver); in ecap_sernum()
661 printf(" %08x%08x", high, low); in ecap_sernum()
675 printf("ecap %04x[%03x] = ", PCI_EXTCAP_ID(ecap), ptr); in list_ecaps()
687 printf("unknown %d", PCI_EXTCAP_VER(ecap)); in list_ecaps()
690 printf("\n"); in list_ecaps()