Home
last modified time | relevance | path

Searched refs:primary_ch_idx (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/staging/rtlwifi/phydm/rtl8822b/
Dphydm_hal_api8822b.h47 u8 primary_ch_idx,
51 u8 central_ch, u8 primary_ch_idx,
Dphydm_hal_api8822b.c1294 u8 primary_ch_idx, in config_phydm_switch_bandwidth_8822b() argument
1312 ((bandwidth == ODM_BW40M) && (primary_ch_idx > 2)) || in config_phydm_switch_bandwidth_8822b()
1313 ((bandwidth == ODM_BW80M) && (primary_ch_idx > 4))) { in config_phydm_switch_bandwidth_8822b()
1317 __func__, bandwidth, primary_ch_idx); in config_phydm_switch_bandwidth_8822b()
1356 (((primary_ch_idx & 0xf) << 2) | ODM_BW40M)); in config_phydm_switch_bandwidth_8822b()
1359 if (primary_ch_idx == 1) in config_phydm_switch_bandwidth_8822b()
1360 odm_set_bb_reg(dm, 0xa00, BIT(4), primary_ch_idx); in config_phydm_switch_bandwidth_8822b()
1386 (((primary_ch_idx & 0xf) << 2) | ODM_BW80M)); in config_phydm_switch_bandwidth_8822b()
1455 __func__, bandwidth, primary_ch_idx); in config_phydm_switch_bandwidth_8822b()
1473 __func__, bandwidth, primary_ch_idx); in config_phydm_switch_bandwidth_8822b()
[all …]
/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Drtl_phydm.c419 u8 primary_ch_idx, in rtl_phydm_switch_bandwidth() argument
426 return config_phydm_switch_bandwidth_8822b(dm, primary_ch_idx, in rtl_phydm_switch_bandwidth()
Dphydm_debug.c1400 u8 primary_ch_idx, in phydm_api_switch_bw_channel() argument
1407 dm, central_ch, primary_ch_idx, bandwidth); in phydm_api_switch_bw_channel()
2088 u8 central_ch, primary_ch_idx, bandwidth; in phydm_cmd_parser() local
2264 primary_ch_idx = (u8)var1[2]; in phydm_cmd_parser()
2270 primary_ch_idx, in phydm_cmd_parser()
2276 central_ch, primary_ch_idx, bandwidth); in phydm_cmd_parser()
/Linux-v4.19/drivers/staging/rtlwifi/
Dwifi.h2775 u8 primary_ch_idx,