Lines Matching refs:ret

233 	u8 ret = 0;  in b43legacy_radio_aci_detect()  local
257 ret = 1; in b43legacy_radio_aci_detect()
261 return ret; in b43legacy_radio_aci_detect()
267 u8 ret[13] = { 0 }; in b43legacy_radio_aci_scan() local
291 ret[i-1] = b43legacy_radio_aci_detect(dev, i); in b43legacy_radio_aci_scan()
304 if (!ret[i]) in b43legacy_radio_aci_scan()
308 ret[j] = 1; in b43legacy_radio_aci_scan()
313 return ret[channel - 1]; in b43legacy_radio_aci_scan()
1370 u16 ret; in b43legacy_radio_calibrationvalue() local
1374 ret = rcc_table[index] << 1; in b43legacy_radio_calibrationvalue()
1375 ret |= (reg & 0x0001); in b43legacy_radio_calibrationvalue()
1376 ret |= 0x0020; in b43legacy_radio_calibrationvalue()
1378 return ret; in b43legacy_radio_calibrationvalue()
1483 u16 ret; in b43legacy_radio_init2050() local
1566 ret = b43legacy_radio_calibrationvalue(dev); in b43legacy_radio_init2050()
1707 ret = backup[13]; in b43legacy_radio_init2050()
1709 return ret; in b43legacy_radio_init2050()
1800 u16 ret; in b43legacy_get_txgain_base_band() local
1805 ret = 2; in b43legacy_get_txgain_base_band()
1807 ret = 4; in b43legacy_get_txgain_base_band()
1809 ret = 5; in b43legacy_get_txgain_base_band()
1811 ret = 6; in b43legacy_get_txgain_base_band()
1813 return ret; in b43legacy_get_txgain_base_band()
1819 u16 ret; in b43legacy_get_txgain_freq_power_amp() local
1824 ret = 0; in b43legacy_get_txgain_freq_power_amp()
1826 ret = 1; in b43legacy_get_txgain_freq_power_amp()
1828 ret = 2; in b43legacy_get_txgain_freq_power_amp()
1830 ret = 3; in b43legacy_get_txgain_freq_power_amp()
1832 ret = 4; in b43legacy_get_txgain_freq_power_amp()
1834 return ret; in b43legacy_get_txgain_freq_power_amp()
1840 u16 ret; in b43legacy_get_txgain_dac() local
1845 ret = txpower - 53; in b43legacy_get_txgain_dac()
1847 ret = txpower - 42; in b43legacy_get_txgain_dac()
1849 ret = txpower - 37; in b43legacy_get_txgain_dac()
1851 ret = txpower - 32; in b43legacy_get_txgain_dac()
1853 ret = txpower - 20; in b43legacy_get_txgain_dac()
1855 ret = txpower - 13; in b43legacy_get_txgain_dac()
1857 ret = txpower - 8; in b43legacy_get_txgain_dac()
1859 ret = txpower; in b43legacy_get_txgain_dac()
1861 return ret; in b43legacy_get_txgain_dac()