HomeSort by: relevance | last modified time | path
    Searched defs:hdrtype (Results 1 - 2 of 2) sorted by relevancy

  /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);
  /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);

Completed in 15 milliseconds