Searched refs:pci_conf_print_regs (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/dev/pci/ |
| D | pci_subr.c | 1119 pci_conf_print_regs(const pcireg_t *regs, int first, int pastlast) in pci_conf_print_regs() function 2980 pci_conf_print_regs(regs, extcapoff + PCI_AER_HEADER_LOG, in pci_conf_print_aer_cap() 5150 pci_conf_print_regs(regs, 0, 16); in pci_conf_print() 5195 pci_conf_print_regs(regs, 16, endoff); in pci_conf_print() 5221 pci_conf_print_regs(regs, endoff, PCI_CONF_SIZE); in pci_conf_print() 5244 pci_conf_print_regs(regs, PCI_EXTCAPLIST_BASE, PCI_EXTCONF_SIZE); in pci_conf_print()
|