Searched refs:temp_slope (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/tools/tools/ath/ath_ee_9300_print/
H A Dmain.c116 m->temp_slope,
/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c2093 int temp_slope = 0; local
2133 temp_slope = eep->modal_header_2g.temp_slope;
2142 temp_slope=interpolate(frequency,f,t,8);
2150 t[1] = eep->modal_header_5g.temp_slope;
2154 temp_slope = interpolate(frequency, f, t, 3);
2156 temp_slope = eep->modal_header_5g.temp_slope;
2166 t[1] = eep->modal_header_5g.temp_slope;
2174 temp_slope
[all...]
H A Dar9300eep.h299 int8_t temp_slope; member in struct:ospreyModalEepHeader

Completed in 217 milliseconds