Searched refs:pc_vendor (Results 1 – 7 of 7) sorted by relevance
73 u_int16_t pc_vendor; /* chip vendor ID */ member93 u_int16_t pc_vendor; /* PCI Vendor ID */ member197 && (match_buf->pc_vendor != matches[i].pc_vendor)) in pci_conf_match_native()263 && (match_buf->pc_vendor != matches[i].pc_vendor)) in pci_conf_match32()318 u_int16_t pc_vendor; /* chip vendor ID */ member333 u_int16_t pc_vendor; /* PCI Vendor ID */ member353 uint16_t pc_vendor; /* chip vendor ID */ member368 uint16_t pc_vendor; /* PCI Vendor ID */ member418 && (match_buf->pc_vendor != matches[i].pc_vendor)) in pci_conf_match_freebsd6()482 (match_buf->pc_vendor != matches[i].pc_vendor)) in pci_conf_match_freebsd6_32()[all …]
793 devlist_entry->conf.pc_vendor = cfg->vendor; in pci_fill_devinfo()5504 (p->pc_device << 16) | p->pc_vendor, in DB_SHOW_COMMAND_FLAGS()
71 u_int16_t pc_vendor; /* chip vendor ID */ member91 u_int16_t pc_vendor; /* PCI Vendor ID */ member
325 p->pc_vendor, p->pc_device, in list_devs()339 p->pc_vendor, p->pc_device, in list_devs()493 if (vi->id == p->pc_vendor) { in print_tree_entry()505 printf(" vendor=0x%04x device=0x%04x", p->pc_vendor, in print_tree_entry()694 switch (p->pc_device << 16 | p->pc_vendor) { in print_bridge_windows()700 if (p->pc_vendor == 0x8086 && (p->pc_device & 0xff00) == 0x2400) in print_bridge_windows()843 if (vi->id == p->pc_vendor) { in list_verbose()
306 if (p->pc_vendor == 0x8086) { in cap_vendor()
229 ((p->pc_device << 16) | p->pc_vendor)); in pci_enum_devs()
377 host = host_conf != NULL ? host_conf->pc_vendor : 0; in pci_config_read_reg()