Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/
Drt2x00reg.h274 #define rt2x00_get_field8(__reg, __field) \ macro
Drt2800lib.c2079 freq_offset = rt2x00_get_field8(rt2x00dev->freq_offset, RFCSR17_CODE); in rt2800_freq_cal_mode1()
2095 prev_freq_offset = rt2x00_get_field8(prev_rfcsr, RFCSR17_CODE); in rt2800_freq_cal_mode1()
2555 txrx_agc_fc = rt2x00_get_field8(drv_data->calibration_bw40, in rt2800_config_channel_rf3053()
2557 txrx_h20m = rt2x00_get_field8(drv_data->calibration_bw40, in rt2800_config_channel_rf3053()
2560 txrx_agc_fc = rt2x00_get_field8(drv_data->calibration_bw20, in rt2800_config_channel_rf3053()
2562 txrx_h20m = rt2x00_get_field8(drv_data->calibration_bw20, in rt2800_config_channel_rf3053()
3526 txpower = rt2x00_get_field8(txpower, EEPROM_TXPOWER_ALC); in rt2800_txpower_to_dev()
6818 tx_gain = rt2x00_get_field8(drv_data->txmixer_gain_24g, in rt2800_normal_mode_setup_3593()