Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/rtl8821c/
H A Dphydm_hal_api8821c.c294 u32 txagc_content = 0x0; in phydm_write_txagc_1byte_8821c() local
309txagc_content = txagc_content | (config_phydm_read_txagc_8821c(dm, path, rate_idx + i) << (i << 3)… in phydm_write_txagc_1byte_8821c()
311 txagc_content = txagc_content | ((power_index & 0x3f) << (i << 3)); in phydm_write_txagc_1byte_8821c()
313 odm_set_bb_reg(dm, (offset_txagc[path] + rate_idx), MASKDWORD, txagc_content); in phydm_write_txagc_1byte_8821c()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/rtl8821c/
H A Dphydm_hal_api8821c.c295 u32 txagc_content = 0x0; in phydm_write_txagc_1byte_8821c() local
310txagc_content = txagc_content | (config_phydm_read_txagc_8821c(dm, path, rate_idx + i) << (i << 3)… in phydm_write_txagc_1byte_8821c()
312 txagc_content = txagc_content | ((power_index & 0x3f) << (i << 3)); in phydm_write_txagc_1byte_8821c()
314 odm_set_bb_reg(dm, (offset_txagc[path] + rate_idx), MASKDWORD, txagc_content); in phydm_write_txagc_1byte_8821c()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/rtl8822b/
H A Dphydm_hal_api8822b.c498 u4Byte txagc_content = 0x0; in phydm_write_txagc_1byte_8822b() local
511txagc_content = txagc_content|(config_phydm_read_txagc_8822b(pDM_Odm, Path, rate_idx + i) << (i <<… in phydm_write_txagc_1byte_8822b()
513 txagc_content = txagc_content|((PowerIndex & 0x3f) << (i << 3)); in phydm_write_txagc_1byte_8822b()
515 ODM_SetBBReg(pDM_Odm, (offset_txagc[Path] + rate_idx), bMaskDWord, txagc_content); in phydm_write_txagc_1byte_8822b()