Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dpci-acpi.c248 struct hpx_type1 *hpx1) in decode_type1_hpx_record() argument
261 hpx1->revision = revision; in decode_type1_hpx_record()
262 hpx1->max_mem_read = fields[2].integer.value; in decode_type1_hpx_record()
263 hpx1->avg_max_split = fields[3].integer.value; in decode_type1_hpx_record()
264 hpx1->tot_max_split = fields[4].integer.value; in decode_type1_hpx_record()
657 struct hpx_type1 hpx1; in acpi_run_hpx() local
696 memset(&hpx1, 0, sizeof(hpx1)); in acpi_run_hpx()
697 status = decode_type1_hpx_record(record, &hpx1); in acpi_run_hpx()
700 program_hpx_type1(dev, &hpx1); in acpi_run_hpx()