| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/ |
| H A D | bf.c | 186 u8 nc_index = hweight8(rtwdev->hal.antenna_rx) - 1; in rtw_bf_enable_bfee_su() local 217 nc_index); in rtw_bf_enable_bfee_su() 234 u8 nc_index = hweight8(rtwdev->hal.antenna_rx) - 1; in rtw_bf_enable_bfee_mu() local 245 nc_index); in rtw_bf_enable_bfee_mu() 248 nc_index, nr_index, grouping, codebookinfo, in rtw_bf_enable_bfee_mu()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/rtl8821c/ |
| H A D | rtl8821c_phy.c | 1006 u8 nc_index = 0, nr_index = 0; in _config_beamformer_su() local 1032 nc_index = _bf_get_nrx(adapter); in _config_beamformer_su() 1046 csi_param = (u16)((coefficientsize<<10)|(codebookinfo<<8)|(grouping<<6)|(nr_index<<3)|(nc_index)); in _config_beamformer_su() 1049 __FUNCTION__, nc_index, nr_index, grouping, codebookinfo, coefficientsize); in _config_beamformer_su() 1062 u8 nc_index = 0, nr_index = 0; in _config_beamformer_mu() local 1081 nc_index = _bf_get_nrx(adapter); in _config_beamformer_mu() 1087 (grouping<<6)|(nr_index<<3)|(nc_index)); in _config_beamformer_mu() 1090 __func__, nc_index, nr_index, grouping, codebookinfo, in _config_beamformer_mu()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/rtl8821c/ |
| H A D | rtl8821c_phy.c | 1004 u8 nc_index = 0, nr_index = 0; in _config_beamformer_su() local 1030 nc_index = _bf_get_nrx(adapter); in _config_beamformer_su() 1044 csi_param = (u16)((coefficientsize<<10)|(codebookinfo<<8)|(grouping<<6)|(nr_index<<3)|(nc_index)); in _config_beamformer_su() 1047 __FUNCTION__, nc_index, nr_index, grouping, codebookinfo, coefficientsize); in _config_beamformer_su() 1060 u8 nc_index = 0, nr_index = 0; in _config_beamformer_mu() local 1079 nc_index = _bf_get_nrx(adapter); in _config_beamformer_mu() 1085 (grouping<<6)|(nr_index<<3)|(nc_index)); in _config_beamformer_mu() 1088 __func__, nc_index, nr_index, grouping, codebookinfo, in _config_beamformer_mu()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 347 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8822b_enter() local 381 nc_index = hal_txbf_8822b_get_nrx(p_dm); /*for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8822b_enter() 394 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter() 482 nc_index = hal_txbf_8822b_get_nrx(p_dm); /* Depend on RF type */ in hal_txbf_8822b_enter() 487 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter()
|
| H A D | haltxbf8814a.c | 520 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8814a_enter() local 540 nc_index = hal_txbf_8814a_get_nrx(p_dm); /*for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8814a_enter() 553 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8814a_enter()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 338 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8822b_enter() local 371 nc_index = hal_txbf_8822b_get_nrx(dm); /*@for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8822b_enter() 384 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter() 471 nc_index = hal_txbf_8822b_get_nrx(dm); /* @Depend on RF type */ in hal_txbf_8822b_enter() 476 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter()
|
| H A D | haltxbf8814a.c | 493 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8814a_enter() local 514 nc_index = hal_txbf_8814a_get_nrx(dm); /*@for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8814a_enter() 527 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8814a_enter()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 338 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8822b_enter() local 371 nc_index = hal_txbf_8822b_get_nrx(dm); /*@for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8822b_enter() 384 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter() 471 nc_index = hal_txbf_8822b_get_nrx(dm); /* @Depend on RF type */ in hal_txbf_8822b_enter() 476 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 338 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8822b_enter() local 371 nc_index = hal_txbf_8822b_get_nrx(dm); /*@for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8822b_enter() 384 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter() 471 nc_index = hal_txbf_8822b_get_nrx(dm); /* @Depend on RF type */ in hal_txbf_8822b_enter() 476 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter()
|
| H A D | haltxbf8814a.c | 493 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8814a_enter() local 514 nc_index = hal_txbf_8814a_get_nrx(dm); /*@for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8814a_enter() 527 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8814a_enter()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 338 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8822b_enter() local 371 nc_index = hal_txbf_8822b_get_nrx(dm); /*@for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8822b_enter() 384 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter() 471 nc_index = hal_txbf_8822b_get_nrx(dm); /* @Depend on RF type */ in hal_txbf_8822b_enter() 476 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 339 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8822b_enter() local 372 nc_index = hal_txbf_8822b_get_nrx(dm); /*@for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8822b_enter() 385 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter() 472 nc_index = hal_txbf_8822b_get_nrx(dm); /* @Depend on RF type */ in hal_txbf_8822b_enter() 477 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter()
|
| H A D | haltxbf8814a.c | 493 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8814a_enter() local 514 nc_index = hal_txbf_8814a_get_nrx(dm); /*@for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8814a_enter() 527 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8814a_enter()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 339 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8822b_enter() local 372 nc_index = hal_txbf_8822b_get_nrx(dm); /*@for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8822b_enter() 385 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter() 472 nc_index = hal_txbf_8822b_get_nrx(dm); /* @Depend on RF type */ in hal_txbf_8822b_enter() 477 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter()
|
| H A D | haltxbf8814a.c | 493 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8814a_enter() local 514 nc_index = hal_txbf_8814a_get_nrx(dm); /*@for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8814a_enter() 527 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8814a_enter()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 338 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8822b_enter() local 371 nc_index = hal_txbf_8822b_get_nrx(dm); /*@for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8822b_enter() 384 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter() 471 nc_index = hal_txbf_8822b_get_nrx(dm); /* @Depend on RF type */ in hal_txbf_8822b_enter() 476 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter()
|
| H A D | haltxbf8814a.c | 492 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8814a_enter() local 513 nc_index = hal_txbf_8814a_get_nrx(dm); /*@for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8814a_enter() 526 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8814a_enter()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 338 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8822b_enter() local 371 nc_index = hal_txbf_8822b_get_nrx(dm); /*@for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8822b_enter() 384 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter() 471 nc_index = hal_txbf_8822b_get_nrx(dm); /* @Depend on RF type */ in hal_txbf_8822b_enter() 476 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter()
|
| H A D | haltxbf8814a.c | 492 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8814a_enter() local 513 nc_index = hal_txbf_8814a_get_nrx(dm); /*@for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8814a_enter() 526 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8814a_enter()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 338 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8822b_enter() local 371 nc_index = hal_txbf_8822b_get_nrx(dm); /*@for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8822b_enter() 384 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter() 471 nc_index = hal_txbf_8822b_get_nrx(dm); /* @Depend on RF type */ in hal_txbf_8822b_enter() 476 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 338 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8822b_enter() local 371 nc_index = hal_txbf_8822b_get_nrx(dm); /*@for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8822b_enter() 384 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter() 471 nc_index = hal_txbf_8822b_get_nrx(dm); /* @Depend on RF type */ in hal_txbf_8822b_enter() 476 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter()
|
| H A D | haltxbf8814a.c | 493 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8814a_enter() local 514 nc_index = hal_txbf_8814a_get_nrx(dm); /*@for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8814a_enter() 527 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8814a_enter()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 338 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8822b_enter() local 371 nc_index = hal_txbf_8822b_get_nrx(dm); /*@for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8822b_enter() 384 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter() 471 nc_index = hal_txbf_8822b_get_nrx(dm); /* @Depend on RF type */ in hal_txbf_8822b_enter() 476 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter()
|
| H A D | haltxbf8814a.c | 492 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8814a_enter() local 513 nc_index = hal_txbf_8814a_get_nrx(dm); /*@for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8814a_enter() 526 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8814a_enter()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 338 u8 nc_index = 0, nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; in hal_txbf_8822b_enter() local 371 nc_index = hal_txbf_8822b_get_nrx(dm); /*@for 8814A nrx = 3(4 ant), min=0(1 ant)*/ in hal_txbf_8822b_enter() 384 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter() 471 nc_index = hal_txbf_8822b_get_nrx(dm); /* @Depend on RF type */ in hal_txbf_8822b_enter() 476 …6)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (nr_index << 3) | (nc_index)); in hal_txbf_8822b_enter()
|