Lines Matching refs:rfpath
42 u8 rfpath; in rtl92d_phy_rf6052_set_bandwidth() local
46 for (rfpath = 0; rfpath < rtlphy->num_total_rfpath; rfpath++) { in rtl92d_phy_rf6052_set_bandwidth()
47 rtlphy->rfreg_chnlval[rfpath] = ((rtlphy->rfreg_chnlval in rtl92d_phy_rf6052_set_bandwidth()
48 [rfpath] & 0xfffff3ff) | 0x0400); in rtl92d_phy_rf6052_set_bandwidth()
49 rtl_set_rfreg(hw, rfpath, RF_CHNLBW, BIT(10) | in rtl92d_phy_rf6052_set_bandwidth()
54 rtlphy->rfreg_chnlval[rfpath]); in rtl92d_phy_rf6052_set_bandwidth()
59 for (rfpath = 0; rfpath < rtlphy->num_total_rfpath; rfpath++) { in rtl92d_phy_rf6052_set_bandwidth()
60 rtlphy->rfreg_chnlval[rfpath] = in rtl92d_phy_rf6052_set_bandwidth()
61 ((rtlphy->rfreg_chnlval[rfpath] & 0xfffff3ff)); in rtl92d_phy_rf6052_set_bandwidth()
62 rtl_set_rfreg(hw, rfpath, RF_CHNLBW, BIT(10) | BIT(11), in rtl92d_phy_rf6052_set_bandwidth()
66 rtlphy->rfreg_chnlval[rfpath]); in rtl92d_phy_rf6052_set_bandwidth()
471 u8 rfpath; in rtl92d_phy_rf6052_config() local
518 for (rfpath = 0; rfpath < rtlphy->num_total_rfpath; rfpath++) { in rtl92d_phy_rf6052_config()
521 if (rfpath == RF90_PATH_A) { in rtl92d_phy_rf6052_config()
524 } else if (rfpath == RF90_PATH_B) { in rtl92d_phy_rf6052_config()
527 rfpath = RF90_PATH_A; in rtl92d_phy_rf6052_config()
533 if (rfpath == RF90_PATH_A) in rtl92d_phy_rf6052_config()
535 if (rfpath == RF90_PATH_B) { in rtl92d_phy_rf6052_config()
539 rfpath = RF90_PATH_A; in rtl92d_phy_rf6052_config()
544 pphyreg = &rtlphy->phyreg_def[rfpath]; in rtl92d_phy_rf6052_config()
545 switch (rfpath) { in rtl92d_phy_rf6052_config()
569 switch (rfpath) { in rtl92d_phy_rf6052_config()
574 (enum radio_path)rfpath); in rtl92d_phy_rf6052_config()
578 (enum radio_path)rfpath); in rtl92d_phy_rf6052_config()
583 (enum radio_path) rfpath); in rtl92d_phy_rf6052_config()
590 switch (rfpath) { in rtl92d_phy_rf6052_config()
604 "Radio[%d] Fail!!", rfpath); in rtl92d_phy_rf6052_config()