hpx0 171 drivers/pci/pci-acpi.c struct hpx_type0 *hpx0) hpx0 184 drivers/pci/pci-acpi.c hpx0->revision = revision; hpx0 185 drivers/pci/pci-acpi.c hpx0->cache_line_size = fields[2].integer.value; hpx0 186 drivers/pci/pci-acpi.c hpx0->latency_timer = fields[3].integer.value; hpx0 187 drivers/pci/pci-acpi.c hpx0->enable_serr = fields[4].integer.value; hpx0 188 drivers/pci/pci-acpi.c hpx0->enable_perr = fields[5].integer.value; hpx0 629 drivers/pci/pci-acpi.c struct hpx_type0 hpx0; hpx0 662 drivers/pci/pci-acpi.c memset(&hpx0, 0, sizeof(hpx0)); hpx0 663 drivers/pci/pci-acpi.c status = decode_type0_hpx_record(record, &hpx0); hpx0 666 drivers/pci/pci-acpi.c program_hpx_type0(dev, &hpx0); hpx0 704 drivers/pci/pci-acpi.c struct hpx_type0 hpx0; hpx0 707 drivers/pci/pci-acpi.c memset(&hpx0, 0, sizeof(hpx0)); hpx0 728 drivers/pci/pci-acpi.c hpx0.revision = 1; hpx0 729 drivers/pci/pci-acpi.c hpx0.cache_line_size = fields[0].integer.value; hpx0 730 drivers/pci/pci-acpi.c hpx0.latency_timer = fields[1].integer.value; hpx0 731 drivers/pci/pci-acpi.c hpx0.enable_serr = fields[2].integer.value; hpx0 732 drivers/pci/pci-acpi.c hpx0.enable_perr = fields[3].integer.value; hpx0 734 drivers/pci/pci-acpi.c program_hpx_type0(dev, &hpx0);