Lines Matching refs:kprintf
29 kprintf("PCI: Initializing ...\n");
31 kprintf("PCI: Initialization Done!\n");
148 kprintf("PCI: (%d,%d,%d) Host Bridge (%04x:%04x)\n",
151 kprintf("PCI: (%d,%d,%d) ISA Bridge (%04x:%04x)\n",
154 kprintf("PCI: (%d,%d,%d) PCI-PCI Bridge (%04x:%04x)\n",
158 kprintf("PCI: (%d,%d,%d) Other Bridge (%04x:%04x)\n",
163 kprintf("PCI: (%d,%d,%d) SATA Controller (%04x:%04x)\n",
168 kprintf("PCI: (%d,%d,%d) IDE Controller (%04x:%04x)\n",
172 kprintf("PCI: (%d,%d,%d) Ethernet (%04x:%04x)\n",
176 kprintf("PCI: (%d,%d,%d) VGA (%04x:%04x)\n",
179 kprintf("PCI: (%d,%d,%d) SMBUS (%04x:%04x)\n",
182 kprintf("PCI: (%d,%d,%d) Unsupported (%04x:%04x %02x:%02x)\n",
311 kprintf("PCI: (%d,%d,%d) Host Bridge (%04x:%04x)\n",
314 kprintf("PCI: (%d,%d,%d) ISA Bridge (%04x:%04x)\n",
317 kprintf("PCI: (%d,%d,%d) PCI-PCI Bridge (%04x:%04x)\n",
321 kprintf("PCI: (%d,%d,%d) Other Bridge (%04x:%04x)\n",
326 kprintf("PCI: (%d,%d,%d) SATA Controller (%04x:%04x)\n",
329 kprintf("PCI: (%d,%d,%d) IDE Controller (%04x:%04x)\n",
333 kprintf("PCI: (%d,%d,%d) Ethernet (%04x:%04x)\n",
336 kprintf("PCI: (%d,%d,%d) VGA (%04x:%04x)\n",
339 kprintf("PCI: (%d,%d,%d) SMBUS (%04x:%04x)\n",
342 kprintf("PCI: (%d,%d,%d) Unsupported (%04x:%04x %02x:%02x)\n",
400 kprintf("Requires 3 arguments!\n");
408 kprintf("Vendor ID: %04x\n", PCIGetVendorID(bus, device, func));
409 kprintf("Device ID: %04x\n", PCIGetDeviceID(bus, device, func));
410 kprintf("Class: %d\n", PCIGetBaseClass(bus, device, func));
411 kprintf("Subclass: %d\n", PCIGetSubClass(bus, device, func));
412 kprintf("Header Type: %d\n", PCIGetHeaderType(bus, device, func));
418 kprintf("BAR%d: %016llx\n", bar, PCICfgRead32(bus, device, func, barReg));