Home
last modified time | relevance | path

Searched refs:PciVendorId (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/sys/contrib/dev/acpica/include/
HDactbl3.h269 UINT16 PciVendorId; member
915 UINT16 PciVendorId; member
957 UINT16 PciVendorId; member
/freebsd-head/sys/dev/uart/
HDuart_cpu_acpi.c218 if (spcr->PciVendorId != PCIV_INVALID && in uart_cpu_acpi_spcr()
220 di->pci_info.vendor = spcr->PciVendorId; in uart_cpu_acpi_spcr()
/freebsd-head/sys/contrib/dev/acpica/common/
HDdmtbinfo3.c260 {ACPI_DMT_UINT16, ACPI_SPCR_OFFSET (PciVendorId), "PCI Vendor ID", 0},
749 {ACPI_DMT_UINT16, ACPI_WDDT_OFFSET (PciVendorId), "PCI Vendor ID", 0},
790 {ACPI_DMT_UINT16, ACPI_WDRT_OFFSET (PciVendorId), "PCI Vendor ID", 0},
/freebsd-head/usr.sbin/acpi/acpidump/
HDacpi.c981 printf("\tPciVendorId=0x%04x, Address=", wddt->PciVendorId); in acpi_handle_wddt()
1382 printf ("\tPciVendorId=%#04x\n", spcr->PciVendorId); in acpi_handle_spcr()
/freebsd-head/stand/efi/loader/
HDmain.c873 pv = spcr->PciVendorId; in check_acpi_spcr()