Lines Matching defs:hpx1
223 struct hpx_type1 *hpx1)
236 hpx1->revision = revision;
237 hpx1->max_mem_read = fields[2].integer.value;
238 hpx1->avg_max_split = fields[3].integer.value;
239 hpx1->tot_max_split = fields[4].integer.value;
632 struct hpx_type1 hpx1;
671 memset(&hpx1, 0, sizeof(hpx1));
672 status = decode_type1_hpx_record(record, &hpx1);
675 program_hpx_type1(dev, &hpx1);