hpx1              221 drivers/pci/pci-acpi.c 					   struct hpx_type1 *hpx1)
hpx1              234 drivers/pci/pci-acpi.c 		hpx1->revision      = revision;
hpx1              235 drivers/pci/pci-acpi.c 		hpx1->max_mem_read  = fields[2].integer.value;
hpx1              236 drivers/pci/pci-acpi.c 		hpx1->avg_max_split = fields[3].integer.value;
hpx1              237 drivers/pci/pci-acpi.c 		hpx1->tot_max_split = fields[4].integer.value;
hpx1              630 drivers/pci/pci-acpi.c 	struct hpx_type1 hpx1;
hpx1              669 drivers/pci/pci-acpi.c 			memset(&hpx1, 0, sizeof(hpx1));
hpx1              670 drivers/pci/pci-acpi.c 			status = decode_type1_hpx_record(record, &hpx1);
hpx1              673 drivers/pci/pci-acpi.c 			program_hpx_type1(dev, &hpx1);