Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpci_user.c74 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()
317 u_int16_t pc_device; /* chip device ID, assigned by member
332 u_int16_t pc_device; /* PCI Device ID */ member
352 uint16_t pc_device; /* chip device ID, assigned by member
367 uint16_t pc_device; /* PCI Device ID */ member
420 && (match_buf->pc_device != matches[i].pc_device)) in pci_conf_match_freebsd6()
484 (match_buf->pc_device != matches[i].pc_device)) in pci_conf_match_freebsd6_32()
[all …]
H A Dpci.c794 devlist_entry->conf.pc_device = cfg->device; in pci_fill_devinfo()
5501 (p->pc_device << 16) | p->pc_vendor, in DB_SHOW_COMMAND_FLAGS()
/freebsd/sys/sys/
H A Dpciio.h72 u_int16_t pc_device; /* chip device ID, assigned by member
90 u_int16_t pc_device; /* PCI Device ID */ member
H A Dpcpu.h188 struct _device *pc_device; /* CPU device handle */ member
/freebsd/usr.sbin/pciconf/
H A Dpciconf.c273 p->pc_vendor, p->pc_device, in list_devs()
287 p->pc_vendor, p->pc_device, in list_devs()
414 switch (p->pc_device << 16 | p->pc_vendor) { in print_bridge_windows()
420 if (p->pc_vendor == 0x8086 && (p->pc_device & 0xff00) == 0x2400) in print_bridge_windows()
572 if (di->id == p->pc_device) { in list_verbose()
/freebsd/tools/tools/pciroms/
H A Dpciroms.c229 ((p->pc_device << 16) | p->pc_vendor)); in pci_enum_devs()
/freebsd/sys/x86/x86/
H A Dlegacy.c366 pc->pc_device = child; in cpu_add_child()
/freebsd/sys/dev/acpica/
H A Dacpi_cpu.c337 pcpu_data->pc_device = dev; in acpi_cpu_attach()
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c373 host = host_conf != NULL ? host_conf->pc_device : 0; in pci_config_read_reg()