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