Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A Dpci-acpi.c223 struct hpx_type1 *hpx1) in decode_type1_hpx_record() argument
236 hpx1->revision = revision; in decode_type1_hpx_record()
237 hpx1->max_mem_read = fields[2].integer.value; in decode_type1_hpx_record()
238 hpx1->avg_max_split = fields[3].integer.value; in decode_type1_hpx_record()
239 hpx1->tot_max_split = fields[4].integer.value; in decode_type1_hpx_record()
632 struct hpx_type1 hpx1; in acpi_run_hpx() local
671 memset(&hpx1, 0, sizeof(hpx1)); in acpi_run_hpx()
672 status = decode_type1_hpx_record(record, &hpx1); in acpi_run_hpx()
675 program_hpx_type1(dev, &hpx1); in acpi_run_hpx()