Lines Matching defs:tpds
298 unsigned int init, targ, total_size, ipds, tpds;
312 tpds = hmat_loc->number_of_target_Pds;
313 total_size = sizeof(*hmat_loc) + sizeof(*entries) * ipds * tpds +
314 sizeof(*inits) * ipds + sizeof(*targs) * tpds;
322 hmat_loc->flags, hmat_data_type(type), ipds, tpds,
327 entries = (u16 *)(targs + tpds);
330 for (targ = 0; targ < tpds; targ++) {
331 value = hmat_normalize(entries[init * tpds + targ],
497 unsigned int ipds, tpds, i, idx = 0, tdx = 0;
502 tpds = hmat_loc->number_of_target_Pds;
505 entries = (u16 *)(targs + tpds);
517 for (i = 0; i < tpds; i++) {
523 if (i == tpds)
526 return hmat_normalize(entries[idx * tpds + tdx],