Lines Matching refs:bbp
1130 .bbp = {
2263 u8 bbp; in rt2800_config_channel_rf3053() local
2267 rt2800_bbp_read(rt2x00dev, 109, &bbp); in rt2800_config_channel_rf3053()
2268 rt2x00_set_field8(&bbp, BBP109_TX0_POWER, 0); in rt2800_config_channel_rf3053()
2269 rt2x00_set_field8(&bbp, BBP109_TX1_POWER, 0); in rt2800_config_channel_rf3053()
2270 rt2800_bbp_write(rt2x00dev, 109, bbp); in rt2800_config_channel_rf3053()
2272 rt2800_bbp_read(rt2x00dev, 110, &bbp); in rt2800_config_channel_rf3053()
2273 rt2x00_set_field8(&bbp, BBP110_TX2_POWER, 0); in rt2800_config_channel_rf3053()
2274 rt2800_bbp_write(rt2x00dev, 110, bbp); in rt2800_config_channel_rf3053()
3132 u8 bbp, rfcsr; in rt2800_config_channel() local
3391 rt2800_bbp_read(rt2x00dev, 4, &bbp); in rt2800_config_channel()
3392 rt2x00_set_field8(&bbp, BBP4_BANDWIDTH, 2 * conf_is_ht40(conf)); in rt2800_config_channel()
3393 rt2800_bbp_write(rt2x00dev, 4, bbp); in rt2800_config_channel()
3395 rt2800_bbp_read(rt2x00dev, 3, &bbp); in rt2800_config_channel()
3396 rt2x00_set_field8(&bbp, BBP3_HT40_MINUS, conf_is_ht40_minus(conf)); in rt2800_config_channel()
3397 rt2800_bbp_write(rt2x00dev, 3, bbp); in rt2800_config_channel()
3424 rt2800_bbp_read(rt2x00dev, 49, &bbp); in rt2800_config_channel()
3425 rt2x00_set_field8(&bbp, BBP49_UPDATE_FLAG, 0); in rt2800_config_channel()
3426 rt2800_bbp_write(rt2x00dev, 49, bbp); in rt2800_config_channel()
5708 u8 bbp; in rt2800_init_rx_filter() local
5717 rt2800_bbp_read(rt2x00dev, 4, &bbp); in rt2800_init_rx_filter()
5718 rt2x00_set_field8(&bbp, BBP4_BANDWIDTH, 2 * bw40); in rt2800_init_rx_filter()
5719 rt2800_bbp_write(rt2x00dev, 4, bbp); in rt2800_init_rx_filter()
5787 u8 rfcsr, bbp; in rt2800_rx_filter_calibration() local
5823 rt2800_bbp_read(rt2x00dev, 4, &bbp); in rt2800_rx_filter_calibration()
5824 rt2x00_set_field8(&bbp, BBP4_BANDWIDTH, 0); in rt2800_rx_filter_calibration()
5825 rt2800_bbp_write(rt2x00dev, 4, bbp); in rt2800_rx_filter_calibration()
5831 u8 min_gain, rfcsr, bbp; in rt2800_normal_mode_setup_3xxx() local
5855 rt2800_bbp_read(rt2x00dev, 138, &bbp); in rt2800_normal_mode_setup_3xxx()
5858 rt2x00_set_field8(&bbp, BBP138_RX_ADC1, 0); in rt2800_normal_mode_setup_3xxx()
5860 rt2x00_set_field8(&bbp, BBP138_TX_DAC1, 1); in rt2800_normal_mode_setup_3xxx()
5861 rt2800_bbp_write(rt2x00dev, 138, bbp); in rt2800_normal_mode_setup_3xxx()
6319 u8 bbp; in rt3593_post_bbp_init() local
6322 rt2800_bbp_read(rt2x00dev, 105, &bbp); in rt3593_post_bbp_init()
6324 rt2x00_set_field8(&bbp, BBP105_MLD, 0); in rt3593_post_bbp_init()
6326 rt2x00_set_field8(&bbp, BBP105_MLD, 1); in rt3593_post_bbp_init()
6327 rt2800_bbp_write(rt2x00dev, 105, bbp); in rt3593_post_bbp_init()