Lines Matching refs:rfpath

16 	u8 rfpath;  in rtl92d_phy_rf6052_set_bandwidth()  local
20 for (rfpath = 0; rfpath < rtlphy->num_total_rfpath; rfpath++) { in rtl92d_phy_rf6052_set_bandwidth()
21 rtlphy->rfreg_chnlval[rfpath] = ((rtlphy->rfreg_chnlval in rtl92d_phy_rf6052_set_bandwidth()
22 [rfpath] & 0xfffff3ff) | 0x0400); in rtl92d_phy_rf6052_set_bandwidth()
23 rtl_set_rfreg(hw, rfpath, RF_CHNLBW, BIT(10) | in rtl92d_phy_rf6052_set_bandwidth()
28 rtlphy->rfreg_chnlval[rfpath]); in rtl92d_phy_rf6052_set_bandwidth()
33 for (rfpath = 0; rfpath < rtlphy->num_total_rfpath; rfpath++) { in rtl92d_phy_rf6052_set_bandwidth()
34 rtlphy->rfreg_chnlval[rfpath] = in rtl92d_phy_rf6052_set_bandwidth()
35 ((rtlphy->rfreg_chnlval[rfpath] & 0xfffff3ff)); in rtl92d_phy_rf6052_set_bandwidth()
36 rtl_set_rfreg(hw, rfpath, RF_CHNLBW, BIT(10) | BIT(11), in rtl92d_phy_rf6052_set_bandwidth()
40 rtlphy->rfreg_chnlval[rfpath]); in rtl92d_phy_rf6052_set_bandwidth()
444 u8 rfpath; in rtl92d_phy_rf6052_config() local
491 for (rfpath = 0; rfpath < rtlphy->num_total_rfpath; rfpath++) { in rtl92d_phy_rf6052_config()
494 if (rfpath == RF90_PATH_A) { in rtl92d_phy_rf6052_config()
497 } else if (rfpath == RF90_PATH_B) { in rtl92d_phy_rf6052_config()
500 rfpath = RF90_PATH_A; in rtl92d_phy_rf6052_config()
506 if (rfpath == RF90_PATH_A) in rtl92d_phy_rf6052_config()
508 if (rfpath == RF90_PATH_B) { in rtl92d_phy_rf6052_config()
512 rfpath = RF90_PATH_A; in rtl92d_phy_rf6052_config()
517 pphyreg = &rtlphy->phyreg_def[rfpath]; in rtl92d_phy_rf6052_config()
518 switch (rfpath) { in rtl92d_phy_rf6052_config()
542 switch (rfpath) { in rtl92d_phy_rf6052_config()
547 (enum radio_path)rfpath); in rtl92d_phy_rf6052_config()
551 (enum radio_path)rfpath); in rtl92d_phy_rf6052_config()
556 (enum radio_path) rfpath); in rtl92d_phy_rf6052_config()
563 switch (rfpath) { in rtl92d_phy_rf6052_config()
577 "Radio[%d] Fail!!\n", rfpath); in rtl92d_phy_rf6052_config()