Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dpci-acpi.c246 struct hpx_type1 *hpx1) in decode_type1_hpx_record() argument
259 hpx1->revision = revision; in decode_type1_hpx_record()
260 hpx1->max_mem_read = fields[2].integer.value; in decode_type1_hpx_record()
261 hpx1->avg_max_split = fields[3].integer.value; in decode_type1_hpx_record()
262 hpx1->tot_max_split = fields[4].integer.value; in decode_type1_hpx_record()
655 struct hpx_type1 hpx1; in acpi_run_hpx() local
694 memset(&hpx1, 0, sizeof(hpx1)); in acpi_run_hpx()
695 status = decode_type1_hpx_record(record, &hpx1); in acpi_run_hpx()
698 program_hpx_type1(dev, &hpx1); in acpi_run_hpx()