Home
last modified time | relevance | path

Searched refs:athn_interpolate (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dar9380.c87 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 Dar5008.c134 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 Dar9287.c333 *pwr = athn_interpolate(fbin, in ar9287_olpc_get_pdgain()
H A Dar9003.c149 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 Dathn.c106 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