/src/sys/arch/x86/pci/ |
pci_ranges.c | 305 int bar, bus, dev, fun, hdrtype, nbar; local in function:io_range_infer 310 hdrtype = PCI_HDRTYPE_TYPE(bhlcr); 314 switch (hdrtype) { 344 __func__, hdrtype, bus, dev, fun); 612 int bar, bus, dev, fun, hdrtype, nbar; local in function:mmio_range_infer 617 hdrtype = PCI_HDRTYPE_TYPE(bhlcr); 621 switch (hdrtype) { 667 __func__, hdrtype, bus, dev, fun);
|
pci_ranges.c | 305 int bar, bus, dev, fun, hdrtype, nbar; local in function:io_range_infer 310 hdrtype = PCI_HDRTYPE_TYPE(bhlcr); 314 switch (hdrtype) { 344 __func__, hdrtype, bus, dev, fun); 612 int bar, bus, dev, fun, hdrtype, nbar; local in function:mmio_range_infer 617 hdrtype = PCI_HDRTYPE_TYPE(bhlcr); 621 switch (hdrtype) { 667 __func__, hdrtype, bus, dev, fun);
|
/src/sys/dev/pci/ |
pci_subr.c | 5126 int off, capoff, endoff, hdrtype; local in function:pci_conf_print 5161 hdrtype = PCI_HDRTYPE_TYPE(regs[o2i(PCI_BHLC_REG)]); 5162 switch (hdrtype) { /* XXX make a table, eventually */ 5191 printf(" Type %d ", hdrtype); 5205 hdrtype);
|
pci_subr.c | 5126 int off, capoff, endoff, hdrtype; local in function:pci_conf_print 5161 hdrtype = PCI_HDRTYPE_TYPE(regs[o2i(PCI_BHLC_REG)]); 5162 switch (hdrtype) { /* XXX make a table, eventually */ 5191 printf(" Type %d ", hdrtype); 5205 hdrtype);
|