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 D | phydm_hal_api8821c.h | 91 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 D | phydm_hal_api8821c.c | 1247 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 D | phydm_hal_api8821c.h | 90 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 D | phydm_hal_api8821c.c | 1246 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 D | phy.c | 495 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()
|