Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/rtl8821c/
H A Dphydm_hal_api8821c.h91 void config_phydm_switch_rf_set_8821c(struct dm_struct *dm, u8 rf_set);
93 void config_phydm_set_ant_path(struct dm_struct *dm, u8 rf_set, u8 ant_num);
H A Dphydm_hal_api8821c.c1247 void config_phydm_switch_rf_set_8821c(struct dm_struct *dm, u8 rf_set) in config_phydm_switch_rf_set_8821c() argument
1264 switch (rf_set) { in config_phydm_switch_rf_set_8821c()
1331 void config_phydm_set_ant_path(struct dm_struct *dm, u8 rf_set, u8 ant_num) in config_phydm_set_ant_path() argument
1338 config_phydm_switch_rf_set_8821c(dm, rf_set); in config_phydm_set_ant_path()
1340 if (rf_set == SWITCH_TO_BT) in config_phydm_set_ant_path()
1355 if (rf_set == SWITCH_TO_WLG) in config_phydm_set_ant_path()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/rtl8821c/
H A Dphydm_hal_api8821c.h90 void config_phydm_switch_rf_set_8821c(struct dm_struct *dm, u8 rf_set);
92 void config_phydm_set_ant_path(struct dm_struct *dm, u8 rf_set, u8 ant_num);
H A Dphydm_hal_api8821c.c1246 void config_phydm_switch_rf_set_8821c(struct dm_struct *dm, u8 rf_set) in config_phydm_switch_rf_set_8821c() argument
1263 switch (rf_set) { in config_phydm_switch_rf_set_8821c()
1330 void config_phydm_set_ant_path(struct dm_struct *dm, u8 rf_set, u8 ant_num) in config_phydm_set_ant_path() argument
1337 config_phydm_switch_rf_set_8821c(dm, rf_set); in config_phydm_set_ant_path()
1339 if (rf_set == SWITCH_TO_BT) in config_phydm_set_ant_path()
1354 if (rf_set == SWITCH_TO_WLG) in config_phydm_set_ant_path()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt7601u/
H A Dphy.c495 u32 rf_bp, rf_set; in mt7601u_read_bootup_temp() local
498 rf_set = mt7601u_rr(dev, MT_RF_SETTING_0); in mt7601u_read_bootup_temp()
523 mt7601u_wr(dev, MT_RF_SETTING_0, rf_set); in mt7601u_read_bootup_temp()