Lines Matching refs:point
720 u8 pier, point, idx;
772 for (point = 0; point < pd->pd_points; point++) {
775 pd->pd_pwr[point] = 2 * pcinfo->pwr[point];
778 pd->pd_step[point] = pcinfo->pcdac[point];
911 unsigned int pier, pdg, point;
936 /* One more point for better accuracy */
957 for (point = 1; point < pd->pd_points;
958 point++) {
960 pd->pd_pwr[point] =
961 pcinfo->pwr_x0[point];
964 pd->pd_step[point] =
965 pd->pd_step[point - 1] +
966 pcinfo->pcdac_x0[point];
992 for (point = 0; point < pd->pd_points;
993 point++) {
995 pd->pd_pwr[point] =
996 pcinfo->pwr_x3[point];
999 pd->pd_step[point] =
1000 pcinfo->pcdac_x3[point];
1143 * point for better accuracy like RF5112.
1203 unsigned int pier, pdg, point;
1226 /* One more point for the highest power
1252 for (point = 1; point < pd->pd_points; point++) {
1254 pd->pd_pwr[point] = pd->pd_pwr[point - 1] +
1255 2 * pcinfo->pwr[pdg][point - 1];
1257 pd->pd_step[point] = pd->pd_step[point - 1] +
1258 pcinfo->pddac[pdg][point - 1];
1392 * read the extra point.