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

  /src/sys/dev/pci/
pci_subr.c 976 pci_conf_print_bar( function in typeref:typename:int
4736 width = pci_conf_print_bar(pc, tag, regs, off, NULL);
4738 width = pci_conf_print_bar(regs, off, NULL);
4845 width = pci_conf_print_bar(pc, tag, regs, off, NULL);
4847 width = pci_conf_print_bar(regs, off, NULL);
5024 pci_conf_print_bar(pc, tag, regs, 0x10,
5027 pci_conf_print_bar(regs, 0x10, "CardBus socket/ExCA registers");
5109 pci_conf_print_bar(pc, tag, regs, 0x44, "legacy-mode registers");
5111 pci_conf_print_bar(regs, 0x44, "legacy-mode registers");

Completed in 14 milliseconds