tpds              269 drivers/acpi/hmat/hmat.c 	unsigned int init, targ, total_size, ipds, tpds;
tpds              283 drivers/acpi/hmat/hmat.c 	tpds = hmat_loc->number_of_target_Pds;
tpds              284 drivers/acpi/hmat/hmat.c 	total_size = sizeof(*hmat_loc) + sizeof(*entries) * ipds * tpds +
tpds              285 drivers/acpi/hmat/hmat.c 		     sizeof(*inits) * ipds + sizeof(*targs) * tpds;
tpds              293 drivers/acpi/hmat/hmat.c 		hmat_loc->flags, hmat_data_type(type), ipds, tpds,
tpds              298 drivers/acpi/hmat/hmat.c 	entries = (u16 *)(targs + tpds);
tpds              301 drivers/acpi/hmat/hmat.c 		for (targ = 0; targ < tpds; targ++) {
tpds              302 drivers/acpi/hmat/hmat.c 			value = hmat_normalize(entries[init * tpds + targ],
tpds              463 drivers/acpi/hmat/hmat.c 	unsigned int ipds, tpds, i, idx = 0, tdx = 0;
tpds              468 drivers/acpi/hmat/hmat.c 	tpds = hmat_loc->number_of_target_Pds;
tpds              471 drivers/acpi/hmat/hmat.c 	entries = (u16 *)(targs + tpds);
tpds              483 drivers/acpi/hmat/hmat.c 	for (i = 0; i < tpds; i++) {
tpds              489 drivers/acpi/hmat/hmat.c 	if (i == tpds)
tpds              492 drivers/acpi/hmat/hmat.c 	return hmat_normalize(entries[idx * tpds + tdx],