Searched refs:pha (Results 1 – 1 of 1) sorted by relevance
1211 u32 pha; in dib7000p_spur_protect() local1223 pha = ((f_rel * (k + 1) * 112 * 80 / bw_khz) / 1000) & 0x3ff; in dib7000p_spur_protect()1225 if (pha == 0) { in dib7000p_spur_protect()1228 } else if (pha < 256) { in dib7000p_spur_protect()1229 coef_re[k] = sine[256 - (pha & 0xff)]; in dib7000p_spur_protect()1230 coef_im[k] = sine[pha & 0xff]; in dib7000p_spur_protect()1231 } else if (pha == 256) { in dib7000p_spur_protect()1234 } else if (pha < 512) { in dib7000p_spur_protect()1235 coef_re[k] = -sine[pha & 0xff]; in dib7000p_spur_protect()1236 coef_im[k] = sine[256 - (pha & 0xff)]; in dib7000p_spur_protect()[all …]