Searched refs:pci_value (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/events/
H A Devrgnini.c172 acpi_integer pci_value; local
296 &pci_value);
303 pci_id->device = ACPI_HIWORD(ACPI_LODWORD(pci_value));
304 pci_id->function = ACPI_LOWORD(ACPI_LODWORD(pci_value));
311 &pci_value);
313 pci_id->segment = ACPI_LOWORD(pci_value);
320 &pci_value);
322 pci_id->bus = ACPI_LOWORD(pci_value);

Completed in 66 milliseconds