Searched refs:athn_interpolate (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | arn9380.c | 402 db = athn_interpolate(c->ic_freq, in ar9380_init_from_rom() 407 db = athn_interpolate(c->ic_freq, in ar9380_init_from_rom() 417 margin = athn_interpolate(c->ic_freq, in ar9380_init_from_rom() 422 margin = athn_interpolate(c->ic_freq, in ar9380_init_from_rom() 854 *corr = athn_interpolate(fbin, in ar9380_get_correction() 857 *temp = athn_interpolate(fbin, in ar9380_get_correction() 896 slope = athn_interpolate(c->ic_freq, in ar9380_set_correction() 901 slope = athn_interpolate(c->ic_freq, in ar9380_set_correction()
|
H A D | athnvar.h | 675 int athn_interpolate(int, int, int, int, int);
|
H A D | arn5008.c | 2516 vpd = athn_interpolate(pwr, pwrPdg[lo], vpdPdg[lo], in ar5008_get_vpd() 2580 vpd[j] = athn_interpolate(fbin, in ar5008_get_pdadcs() 2655 tpow[i] = athn_interpolate(fbin, in ar5008_get_lg_tpow() 2687 tpow[i] = athn_interpolate(fbin, in ar5008_get_ht_tpow()
|
H A D | arn9287.c | 325 *pwr = athn_interpolate(fbin, in ar9287_olpc_get_pdgain()
|
H A D | arn9003.c | 3327 tpow[i] = athn_interpolate(fbin, in ar9003_get_lg_tpow() 3359 tpow[i] = athn_interpolate(fbin, in ar9003_get_ht_tpow()
|
H A D | athn.c | 1687 athn_interpolate(int x, int x1, int y1, int x2, int y2) in athn_interpolate() function
|