Searched refs:athn_interpolate (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/sys/dev/ic/ |
H A D | ar9380.c | 87 int athn_interpolate(int, int, int, int, int); 396 db = athn_interpolate(c->ic_freq, in ar9380_init_from_rom() 400 db = athn_interpolate(c->ic_freq, in ar9380_init_from_rom() 409 margin = athn_interpolate(c->ic_freq, in ar9380_init_from_rom() 413 margin = athn_interpolate(c->ic_freq, in ar9380_init_from_rom() 828 *corr = athn_interpolate(fbin, in ar9380_get_correction() 831 *temp = athn_interpolate(fbin, in ar9380_get_correction() 869 slope = athn_interpolate(c->ic_freq, in ar9380_set_correction() 873 slope = athn_interpolate(c->ic_freq, in ar9380_set_correction()
|
H A D | ar5008.c | 134 int athn_interpolate(int, int, int, int, int); 2665 vpd = athn_interpolate(pwr, pwrPdg[lo], vpdPdg[lo], in ar5008_get_vpd() 2727 vpd[j] = athn_interpolate(fbin, in ar5008_get_pdadcs() 2802 tpow[i] = athn_interpolate(fbin, in ar5008_get_lg_tpow() 2833 tpow[i] = athn_interpolate(fbin, in ar5008_get_ht_tpow()
|
H A D | ar9287.c | 333 *pwr = athn_interpolate(fbin, in ar9287_olpc_get_pdgain()
|
H A D | ar9003.c | 149 int athn_interpolate(int, int, int, int, int); 3219 tpow[i] = athn_interpolate(fbin, in ar9003_get_lg_tpow() 3251 tpow[i] = athn_interpolate(fbin, in ar9003_get_ht_tpow()
|
H A D | athn.c | 106 int athn_interpolate(int, int, int, int, int); 1744 athn_interpolate(int x, int x1, int y1, int x2, int y2) in athn_interpolate() function
|