Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2800lib.c3029 cal = rt2x00_eeprom_byte(rt2x00dev, EEPROM_IQ_GAIN_CAL_TX0_2G); in rt2800_iq_calibrate()
3031 cal = rt2x00_eeprom_byte(rt2x00dev, in rt2800_iq_calibrate()
3034 cal = rt2x00_eeprom_byte(rt2x00dev, in rt2800_iq_calibrate()
3037 cal = rt2x00_eeprom_byte(rt2x00dev, in rt2800_iq_calibrate()
3046 cal = rt2x00_eeprom_byte(rt2x00dev, EEPROM_IQ_PHASE_CAL_TX0_2G); in rt2800_iq_calibrate()
3048 cal = rt2x00_eeprom_byte(rt2x00dev, in rt2800_iq_calibrate()
3051 cal = rt2x00_eeprom_byte(rt2x00dev, in rt2800_iq_calibrate()
3054 cal = rt2x00_eeprom_byte(rt2x00dev, in rt2800_iq_calibrate()
3063 cal = rt2x00_eeprom_byte(rt2x00dev, EEPROM_IQ_GAIN_CAL_TX1_2G); in rt2800_iq_calibrate()
3065 cal = rt2x00_eeprom_byte(rt2x00dev, in rt2800_iq_calibrate()
[all …]
Drt2x00.h1071 static inline u8 rt2x00_eeprom_byte(struct rt2x00_dev *rt2x00dev, in rt2x00_eeprom_byte() function