Searched refs:sc_pdadc (Results 1 – 4 of 4) sorted by relevance
354 sc->sc_pdadc = in ar9287_set_power_calib()567 if (sc->sc_pdadc == 0 || pdadc == 0) in ar9287_olpc_temp_compensation()576 tcomp = ((pdadc - sc->sc_pdadc) * 4) / slope; in ar9287_olpc_temp_compensation()
602 if (sc->sc_pdadc == 0 || pdadc == 0) in ar9280_olpc_temp_compensation()608 tcomp = (pdadc - sc->sc_pdadc + 4) / 8; in ar9280_olpc_temp_compensation()610 tcomp = (pdadc - sc->sc_pdadc + 5) / 10; in ar9280_olpc_temp_compensation()
529 int8_t sc_pdadc; member
439 sc->sc_pdadc = in ar5416_set_power_calib()