Home
last modified time | relevance | path

Searched refs:pc_device (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/dev/pci/
H A Dpci_user.c77 u_int16_t pc_device; /* chip device ID, assigned by member
92 u_int16_t pc_device; /* PCI Device ID */ member
199 && (match_buf->pc_device != matches[i].pc_device)) in pci_conf_match_native()
265 && (match_buf->pc_device != matches[i].pc_device)) in pci_conf_match32()
332 u_int16_t pc_device; /* PCI Device ID */ member
367 uint16_t pc_device; /* PCI Device ID */ member
420 && (match_buf->pc_device != matches[i].pc_device)) in pci_conf_match_old()
484 (match_buf->pc_device != matches[i].pc_device)) in pci_conf_match_old32()
793 pcup->pc32.pc_device = pcp->pc_device; in pci_conf_for_copyout()
814 pcup->pco32.pc_device = pcp->pc_device; in pci_conf_for_copyout()
[all …]
H A Dpci.c720 devlist_entry->conf.pc_device = cfg->device; in pci_fill_devinfo()
5291 (p->pc_device << 16) | p->pc_vendor, in DB_SHOW_COMMAND()
/freebsd-12.1/sys/sys/
H A Dpciio.h74 u_int16_t pc_device; /* chip device ID, assigned by member
89 u_int16_t pc_device; /* PCI Device ID */ member
H A Dpcpu.h187 struct device *pc_device; member
/freebsd-12.1/sys/dev/xen/pvcpu/
H A Dpvcpu.c78 pc->pc_device = dev; in xenpvcpu_attach()
/freebsd-12.1/usr.sbin/pciconf/
H A 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()
559 if (di->id == p->pc_device) { in list_verbose()
/freebsd-12.1/tools/tools/pciroms/
H A Dpciroms.c232 ((p->pc_device << 16) | p->pc_vendor)); in pci_enum_devs()
/freebsd-12.1/sys/x86/x86/
H A Dlegacy.c355 pc->pc_device = child; in cpu_add_child()
/freebsd-12.1/sys/dev/acpica/
H A Dacpi_cpu.c347 pcpu_data->pc_device = dev; in acpi_cpu_attach()