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