Searched refs:hpx1 (Results 1 – 1 of 1) sorted by relevance
222 struct hpx_type1 *hpx1) in decode_type1_hpx_record() argument235 hpx1->revision = revision; in decode_type1_hpx_record()236 hpx1->max_mem_read = fields[2].integer.value; in decode_type1_hpx_record()237 hpx1->avg_max_split = fields[3].integer.value; in decode_type1_hpx_record()238 hpx1->tot_max_split = fields[4].integer.value; in decode_type1_hpx_record()631 struct hpx_type1 hpx1; in acpi_run_hpx() local670 memset(&hpx1, 0, sizeof(hpx1)); in acpi_run_hpx()671 status = decode_type1_hpx_record(record, &hpx1); in acpi_run_hpx()674 program_hpx_type1(dev, &hpx1); in acpi_run_hpx()
Completed in 6 milliseconds