Home
last modified time | relevance | path

Searched refs:pc_vendor (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/pci/
Dpci_user.c76 u_int16_t pc_vendor; /* chip vendor ID */ member
91 u_int16_t pc_vendor; /* PCI Vendor ID */ member
195 && (match_buf->pc_vendor != matches[i].pc_vendor)) in pci_conf_match_native()
261 && (match_buf->pc_vendor != matches[i].pc_vendor)) in pci_conf_match32()
316 u_int16_t pc_vendor; /* chip vendor ID */ member
331 u_int16_t pc_vendor; /* PCI Vendor ID */ member
351 uint16_t pc_vendor; /* chip vendor ID */ member
366 uint16_t pc_vendor; /* PCI Vendor ID */ member
416 && (match_buf->pc_vendor != matches[i].pc_vendor)) in pci_conf_match_old()
480 (match_buf->pc_vendor != matches[i].pc_vendor)) in pci_conf_match_old32()
[all …]
Dpci.c728 devlist_entry->conf.pc_vendor = cfg->vendor; in pci_fill_devinfo()
5353 (p->pc_device << 16) | p->pc_vendor, in DB_SHOW_COMMAND()
/freebsd-12-stable/sys/sys/
Dpciio.h73 u_int16_t pc_vendor; /* chip vendor ID */ member
88 u_int16_t pc_vendor; /* PCI Vendor ID */ member
/freebsd-12-stable/usr.sbin/pciconf/
Dpciconf.c274 (p->pc_device << 16) | p->pc_vendor, in list_devs()
401 switch (p->pc_device << 16 | p->pc_vendor) { in print_bridge_windows()
407 if (p->pc_vendor == 0x8086 && (p->pc_device & 0xff00) == 0x2400) in print_bridge_windows()
550 if (vi->id == p->pc_vendor) { in list_verbose()
Dcap.c309 if (p->pc_vendor == 0x8086) { in cap_vendor()
/freebsd-12-stable/tools/tools/pciroms/
Dpciroms.c232 ((p->pc_device << 16) | p->pc_vendor)); in pci_enum_devs()