Lines Matching refs:TRACE

35 	TRACE(("PCI:   subsystem_id %04x, subsystem_vendor_id %04x\n",
37 TRACE(("PCI: primary_bus %02x, secondary_bus %02x, subordinate_bus %02x,"
46 TRACE(("PCI: I/O window %04" B_PRIx32 "-%04" B_PRIx32 "\n", io_base,
51 TRACE(("PCI: memory window %08" B_PRIx32 "-%08" B_PRIx32 "\n",
66 TRACE(("PCI: prefetchable memory window %016" B_PRIx64 "-%016" B_PRIx64 "\n",
68 TRACE(("PCI: bridge_control %04x, secondary_status %04x\n",
70 TRACE(("PCI: interrupt_line %02x, interrupt_pin %02x\n",
72 TRACE(("PCI: ROM base host %08" B_PRIx32 ", pci %08" B_PRIx32 ", size ??\n",
75 TRACE(("PCI: base reg %d: host %08" B_PRIx32 ", pci %08" B_PRIx32 ", "
85 TRACE(("PCI: subsystem_id %04x, subsystem_vendor_id %04x\n",
87 TRACE(("PCI: primary_bus %02x, secondary_bus %02x, subordinate_bus %02x, "
91 TRACE(("PCI: bridge_control %04x, secondary_status %04x\n",
93 TRACE(("PCI: memory_base_upper32 %08" B_PRIx32 ", memory_base %08"
95 TRACE(("PCI: memory_limit_upper32 %08" B_PRIx32 ", memory_limit %08"
97 TRACE(("PCI: io_base_upper32 %08" B_PRIx32 ", io_base %08" B_PRIx32 "\n",
99 TRACE(("PCI: io_limit_upper32 %08" B_PRIx32 ", io_limit %08" B_PRIx32 "\n",
107 TRACE(("PCI: ROM base host %08" B_PRIx32 ", pci %08" B_PRIx32 ", size "
110 TRACE(("PCI: cardbus_CIS %08" B_PRIx32 ", subsystem_id %04x, "
113 TRACE(("PCI: interrupt_line %02x, interrupt_pin %02x, min_grant %02x, "
118 TRACE(("PCI: base reg %d: host %016" B_PRIx64 ", pci %016" B_PRIx64 ", "
126 TRACE(("PCI: base reg %d: host %08" B_PRIx32 ", pci %08" B_PRIx32 ", "
143 TRACE(("PCI: Capabilities: "));
147 TRACE(("(not supported)\n"));
160 TRACE(("(unknown header type)\n"));
166 TRACE(("(empty list)\n"));
176 TRACE((", "));
180 TRACE(("%s", name));
182 TRACE(("0x%02x", cap_id));
187 TRACE(("\n"));
201 TRACE(("PCI: Extended capabilities: "));
203 TRACE(("(empty list)\n"));
209 TRACE((", "));
214 TRACE(("%s", name));
216 TRACE(("0x%04" B_PRIx32, PCI_extcap_id(capability)));
226 TRACE(("\n"));
238 TRACE(("PCI: [dom %d, bus %2d] bus %3d, device %2d, function %2d: vendor %04x, device %04x, revision %02x\n",
241 TRACE(("PCI: class_base %02x, class_function %02x, class_api %02x\n",
250 TRACE(("PCI: vendor %04x: Unknown\n", info->vendor_id));
252 TRACE(("PCI: vendor %04x: %s - %s\n", info->vendor_id, venShort, venFull));
254 TRACE(("PCI: vendor %04x: %s\n", info->vendor_id, venShort ? venShort : venFull));
261 TRACE(("PCI: device %04x: Unknown\n", info->device_id));
263 TRACE(("PCI: device %04x: %s (%s)\n", info->device_id, devShort, devFull));
265 TRACE(("PCI: device %04x: %s\n", info->device_id, devShort ? devShort : devFull));
269 TRACE(("PCI: info: %s\n", classInfo));
272 TRACE(("PCI: line_size %02x, latency %02x, header_type %02x, BIST %02x\n",
286 TRACE(("PCI: unknown header type\n"));