Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dar5212.c645 u_int32_t coef_scaled, coef_exp, coef_man, ds_coef_exp, in ar5k_ar5212_reset() local
659 coef_man = coef_scaled + (1 << (24 - coef_exp - 1)); in ar5k_ar5212_reset()
660 ds_coef_man = coef_man >> (24 - coef_exp); in ar5k_ar5212_reset()