Lines Matching defs:tpds
299 unsigned int init, targ, total_size, ipds, tpds;
313 tpds = hmat_loc->number_of_target_Pds;
314 total_size = sizeof(*hmat_loc) + sizeof(*entries) * ipds * tpds +
315 sizeof(*inits) * ipds + sizeof(*targs) * tpds;
323 hmat_loc->flags, hmat_data_type(type), ipds, tpds,
328 entries = (u16 *)(targs + tpds);
331 for (targ = 0; targ < tpds; targ++) {
332 value = hmat_normalize(entries[init * tpds + targ],
498 unsigned int ipds, tpds, i, idx = 0, tdx = 0;
503 tpds = hmat_loc->number_of_target_Pds;
506 entries = (u16 *)(targs + tpds);
518 for (i = 0; i < tpds; i++) {
524 if (i == tpds)
527 return hmat_normalize(entries[idx * tpds + tdx],