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

  /src/sys/dev/pci/
pci_subr.c 1119 pci_conf_print_regs(const pcireg_t *regs, int first, int pastlast) function in typeref:typename:void
2980 pci_conf_print_regs(regs, extcapoff + PCI_AER_HEADER_LOG,
5150 pci_conf_print_regs(regs, 0, 16);
5195 pci_conf_print_regs(regs, 16, endoff);
5221 pci_conf_print_regs(regs, endoff, PCI_CONF_SIZE);
5244 pci_conf_print_regs(regs, PCI_EXTCAPLIST_BASE, PCI_EXTCONF_SIZE);
pci_subr.c 1119 pci_conf_print_regs(const pcireg_t *regs, int first, int pastlast) function in typeref:typename:void
2980 pci_conf_print_regs(regs, extcapoff + PCI_AER_HEADER_LOG,
5150 pci_conf_print_regs(regs, 0, 16);
5195 pci_conf_print_regs(regs, 16, endoff);
5221 pci_conf_print_regs(regs, endoff, PCI_CONF_SIZE);
5244 pci_conf_print_regs(regs, PCI_EXTCAPLIST_BASE, PCI_EXTCONF_SIZE);

Completed in 30 milliseconds