Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/rtl8822c/
H A Dphydm_hal_api8822c.c1616 enum bb_path tx_1sts = BB_PATH_NON; in config_phydm_switch_channel_8822c() local
1648 tx_1sts = dm->tx_1ss_status; in config_phydm_switch_channel_8822c()
1649 if (tx_1sts == BB_PATH_NON) { in config_phydm_switch_channel_8822c()
1650 tx_1sts = (u8)odm_get_bb_reg(dm, R_0x820, 0xf); in config_phydm_switch_channel_8822c()
1651 dm->tx_1ss_status = (u8)tx_1sts; in config_phydm_switch_channel_8822c()
1653 __func__, tx_1sts); in config_phydm_switch_channel_8822c()
1658 tx = (u8)(tx_1sts | tx_2sts); in config_phydm_switch_channel_8822c()