Searched refs:pha (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/media/dvb-frontends/
H A Ddib7000p.c1203 u32 pha; dib7000p_spur_protect() local
1215 pha = ((f_rel * (k + 1) * 112 * 80 / bw_khz) / 1000) & 0x3ff; dib7000p_spur_protect()
1217 if (pha == 0) { dib7000p_spur_protect()
1220 } else if (pha < 256) { dib7000p_spur_protect()
1221 coef_re[k] = sine[256 - (pha & 0xff)]; dib7000p_spur_protect()
1222 coef_im[k] = sine[pha & 0xff]; dib7000p_spur_protect()
1223 } else if (pha == 256) { dib7000p_spur_protect()
1226 } else if (pha < 512) { dib7000p_spur_protect()
1227 coef_re[k] = -sine[pha & 0xff]; dib7000p_spur_protect()
1228 coef_im[k] = sine[256 - (pha & 0xff)]; dib7000p_spur_protect()
1229 } else if (pha == 512) { dib7000p_spur_protect()
1232 } else if (pha < 768) { dib7000p_spur_protect()
1233 coef_re[k] = -sine[256 - (pha & 0xff)]; dib7000p_spur_protect()
1234 coef_im[k] = -sine[pha & 0xff]; dib7000p_spur_protect()
1235 } else if (pha == 768) { dib7000p_spur_protect()
1239 coef_re[k] = sine[pha & 0xff]; dib7000p_spur_protect()
1240 coef_im[k] = -sine[256 - (pha & 0xff)]; dib7000p_spur_protect()
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_scsi.c5574 * @pha: Pointer to host bus adapter structure.
5626 * @pha: Pointer to host bus adapter structure.
5649 * @pha: Pointer to host bus adapter structure.
5691 * @pha: Pointer to host bus adapter structure.
5791 * @pha: Pointer to host bus adapter structure.
5849 * @pha: Pointer to host bus adapter structure.
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_target.h841 /* Target's flags, serialized by pha->hardware_lock */

Completed in 202 milliseconds