sys/dev/ic/ar5008.c
139
void athn_get_delta_slope(uint32_t, uint32_t *, uint32_t *);
sys/dev/ic/ar5008.c
1922
athn_get_delta_slope(coeff, &exp, &man);
sys/dev/ic/ar5008.c
1932
athn_get_delta_slope(coeff, &exp, &man);
sys/dev/ic/ar9003.c
154
void athn_get_delta_slope(uint32_t, uint32_t *, uint32_t *);
sys/dev/ic/ar9003.c
1860
athn_get_delta_slope(coeff, &exp, &man);
sys/dev/ic/ar9003.c
1870
athn_get_delta_slope(coeff, &exp, &man);
sys/dev/ic/athn.c
91
void athn_get_delta_slope(uint32_t, uint32_t *, uint32_t *);