Searched refs:rt2x00_eeprom_byte (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/ |
D | rt2800lib.c | 3442 cal = rt2x00_eeprom_byte(rt2x00dev, EEPROM_IQ_GAIN_CAL_TX0_2G); in rt2800_iq_calibrate() 3444 cal = rt2x00_eeprom_byte(rt2x00dev, in rt2800_iq_calibrate() 3447 cal = rt2x00_eeprom_byte(rt2x00dev, in rt2800_iq_calibrate() 3450 cal = rt2x00_eeprom_byte(rt2x00dev, in rt2800_iq_calibrate() 3459 cal = rt2x00_eeprom_byte(rt2x00dev, EEPROM_IQ_PHASE_CAL_TX0_2G); in rt2800_iq_calibrate() 3461 cal = rt2x00_eeprom_byte(rt2x00dev, in rt2800_iq_calibrate() 3464 cal = rt2x00_eeprom_byte(rt2x00dev, in rt2800_iq_calibrate() 3467 cal = rt2x00_eeprom_byte(rt2x00dev, in rt2800_iq_calibrate() 3476 cal = rt2x00_eeprom_byte(rt2x00dev, EEPROM_IQ_GAIN_CAL_TX1_2G); in rt2800_iq_calibrate() 3478 cal = rt2x00_eeprom_byte(rt2x00dev, in rt2800_iq_calibrate() [all …]
|
D | rt2x00.h | 1087 static inline u8 rt2x00_eeprom_byte(struct rt2x00_dev *rt2x00dev, in rt2x00_eeprom_byte() function
|