Lines Matching refs:bbp
1130 .bbp = {
2287 u8 bbp; in rt2800_config_channel_rf3053() local
2291 rt2800_bbp_read(rt2x00dev, 109, &bbp); in rt2800_config_channel_rf3053()
2292 rt2x00_set_field8(&bbp, BBP109_TX0_POWER, 0); in rt2800_config_channel_rf3053()
2293 rt2x00_set_field8(&bbp, BBP109_TX1_POWER, 0); in rt2800_config_channel_rf3053()
2294 rt2800_bbp_write(rt2x00dev, 109, bbp); in rt2800_config_channel_rf3053()
2296 rt2800_bbp_read(rt2x00dev, 110, &bbp); in rt2800_config_channel_rf3053()
2297 rt2x00_set_field8(&bbp, BBP110_TX2_POWER, 0); in rt2800_config_channel_rf3053()
2298 rt2800_bbp_write(rt2x00dev, 110, bbp); in rt2800_config_channel_rf3053()
3156 u8 bbp, rfcsr; in rt2800_config_channel() local
3415 rt2800_bbp_read(rt2x00dev, 4, &bbp); in rt2800_config_channel()
3416 rt2x00_set_field8(&bbp, BBP4_BANDWIDTH, 2 * conf_is_ht40(conf)); in rt2800_config_channel()
3417 rt2800_bbp_write(rt2x00dev, 4, bbp); in rt2800_config_channel()
3419 rt2800_bbp_read(rt2x00dev, 3, &bbp); in rt2800_config_channel()
3420 rt2x00_set_field8(&bbp, BBP3_HT40_MINUS, conf_is_ht40_minus(conf)); in rt2800_config_channel()
3421 rt2800_bbp_write(rt2x00dev, 3, bbp); in rt2800_config_channel()
3448 rt2800_bbp_read(rt2x00dev, 49, &bbp); in rt2800_config_channel()
3449 rt2x00_set_field8(&bbp, BBP49_UPDATE_FLAG, 0); in rt2800_config_channel()
3450 rt2800_bbp_write(rt2x00dev, 49, bbp); in rt2800_config_channel()
5732 u8 bbp; in rt2800_init_rx_filter() local
5741 rt2800_bbp_read(rt2x00dev, 4, &bbp); in rt2800_init_rx_filter()
5742 rt2x00_set_field8(&bbp, BBP4_BANDWIDTH, 2 * bw40); in rt2800_init_rx_filter()
5743 rt2800_bbp_write(rt2x00dev, 4, bbp); in rt2800_init_rx_filter()
5811 u8 rfcsr, bbp; in rt2800_rx_filter_calibration() local
5847 rt2800_bbp_read(rt2x00dev, 4, &bbp); in rt2800_rx_filter_calibration()
5848 rt2x00_set_field8(&bbp, BBP4_BANDWIDTH, 0); in rt2800_rx_filter_calibration()
5849 rt2800_bbp_write(rt2x00dev, 4, bbp); in rt2800_rx_filter_calibration()
5855 u8 min_gain, rfcsr, bbp; in rt2800_normal_mode_setup_3xxx() local
5879 rt2800_bbp_read(rt2x00dev, 138, &bbp); in rt2800_normal_mode_setup_3xxx()
5882 rt2x00_set_field8(&bbp, BBP138_RX_ADC1, 0); in rt2800_normal_mode_setup_3xxx()
5884 rt2x00_set_field8(&bbp, BBP138_TX_DAC1, 1); in rt2800_normal_mode_setup_3xxx()
5885 rt2800_bbp_write(rt2x00dev, 138, bbp); in rt2800_normal_mode_setup_3xxx()
6343 u8 bbp; in rt3593_post_bbp_init() local
6346 rt2800_bbp_read(rt2x00dev, 105, &bbp); in rt3593_post_bbp_init()
6348 rt2x00_set_field8(&bbp, BBP105_MLD, 0); in rt3593_post_bbp_init()
6350 rt2x00_set_field8(&bbp, BBP105_MLD, 1); in rt3593_post_bbp_init()
6351 rt2800_bbp_write(rt2x00dev, 105, bbp); in rt3593_post_bbp_init()