Home
last modified time | relevance | path

Searched refs:REG_BFMEE_SEL_8812A (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/txbf/
H A Dhaltxbf8821b.c271 u1Byte tmp = ODM_Read1Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 3) & 0x3; in HalTxbf8821B_Enter()
273 ODM_Write1Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 3, tmp | 0x60); in HalTxbf8821B_Enter()
274 ODM_Write2Byte(pDM_Odm, REG_BFMEE_SEL_8812A, STAid | BIT9); in HalTxbf8821B_Enter()
277 ODM_Write2Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 2, STAid | 0xE200); in HalTxbf8821B_Enter()
328 ODM_Write2Byte(pDM_Odm, REG_BFMEE_SEL_8812A, 0); in HalTxbf8821B_Leave()
331 …ODM_Write2Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 2, ODM_Read2Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 2) &… in HalTxbf8821B_Leave()
H A Dhaltxbfjaguar.c287 u1Byte tmp = ODM_Read1Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 3) & 0x3; in HalTxbfJaguar_Enter()
289 ODM_Write1Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 3, tmp | 0x60); in HalTxbfJaguar_Enter()
290 ODM_Write2Byte(pDM_Odm, REG_BFMEE_SEL_8812A, STAid | BIT9); in HalTxbfJaguar_Enter()
293 ODM_Write2Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 2, STAid | 0xE200); in HalTxbfJaguar_Enter()
344 ODM_Write2Byte(pDM_Odm, REG_BFMEE_SEL_8812A, 0); in HalTxbfJaguar_Leave()
347 …ODM_Write2Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 2, ODM_Read2Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 2) &… in HalTxbfJaguar_Leave()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/txbf/
H A Dhaltxbfjaguar.c286 u8 tmp = odm_read_1byte(dm, REG_BFMEE_SEL_8812A + 3) & 0x3; in hal_txbf_jaguar_enter()
288 odm_write_1byte(dm, REG_BFMEE_SEL_8812A + 3, tmp | 0x60); in hal_txbf_jaguar_enter()
289 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, sta_id | BIT(9)); in hal_txbf_jaguar_enter()
292 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, sta_id | 0xE200); in hal_txbf_jaguar_enter()
340 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, 0); in hal_txbf_jaguar_leave()
343 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, odm_read_2byte(dm, REG_BFMEE_SEL_8812A + 2) & 0x60); in hal_txbf_jaguar_leave()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/txbf/
H A Dhaltxbfjaguar.c286 u8 tmp = odm_read_1byte(dm, REG_BFMEE_SEL_8812A + 3) & 0x3; in hal_txbf_jaguar_enter()
288 odm_write_1byte(dm, REG_BFMEE_SEL_8812A + 3, tmp | 0x60); in hal_txbf_jaguar_enter()
289 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, sta_id | BIT(9)); in hal_txbf_jaguar_enter()
292 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, sta_id | 0xE200); in hal_txbf_jaguar_enter()
340 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, 0); in hal_txbf_jaguar_leave()
343 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, odm_read_2byte(dm, REG_BFMEE_SEL_8812A + 2) & 0x60); in hal_txbf_jaguar_leave()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/txbf/
H A Dhaltxbfjaguar.c287 u8 tmp = odm_read_1byte(dm, REG_BFMEE_SEL_8812A + 3) & 0x3; in hal_txbf_jaguar_enter()
289 odm_write_1byte(dm, REG_BFMEE_SEL_8812A + 3, tmp | 0x60); in hal_txbf_jaguar_enter()
290 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, sta_id | BIT(9)); in hal_txbf_jaguar_enter()
293 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, sta_id | 0xE200); in hal_txbf_jaguar_enter()
341 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, 0); in hal_txbf_jaguar_leave()
344 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, odm_read_2byte(dm, REG_BFMEE_SEL_8812A + 2) & 0x60); in hal_txbf_jaguar_leave()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/txbf/
H A Dhaltxbfjaguar.c286 u8 tmp = odm_read_1byte(dm, REG_BFMEE_SEL_8812A + 3) & 0x3; in hal_txbf_jaguar_enter()
288 odm_write_1byte(dm, REG_BFMEE_SEL_8812A + 3, tmp | 0x60); in hal_txbf_jaguar_enter()
289 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, sta_id | BIT(9)); in hal_txbf_jaguar_enter()
292 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, sta_id | 0xE200); in hal_txbf_jaguar_enter()
340 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, 0); in hal_txbf_jaguar_leave()
343 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, odm_read_2byte(dm, REG_BFMEE_SEL_8812A + 2) & 0x60); in hal_txbf_jaguar_leave()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/txbf/
H A Dhaltxbfjaguar.c287 u8 tmp = odm_read_1byte(dm, REG_BFMEE_SEL_8812A + 3) & 0x3; in hal_txbf_jaguar_enter()
289 odm_write_1byte(dm, REG_BFMEE_SEL_8812A + 3, tmp | 0x60); in hal_txbf_jaguar_enter()
290 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, sta_id | BIT(9)); in hal_txbf_jaguar_enter()
293 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, sta_id | 0xE200); in hal_txbf_jaguar_enter()
341 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, 0); in hal_txbf_jaguar_leave()
344 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, odm_read_2byte(dm, REG_BFMEE_SEL_8812A + 2) & 0x60); in hal_txbf_jaguar_leave()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/txbf/
H A Dhaltxbfjaguar.c288 u8 tmp = odm_read_1byte(dm, REG_BFMEE_SEL_8812A + 3) & 0x3; in hal_txbf_jaguar_enter()
290 odm_write_1byte(dm, REG_BFMEE_SEL_8812A + 3, tmp | 0x60); in hal_txbf_jaguar_enter()
291 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, sta_id | BIT(9)); in hal_txbf_jaguar_enter()
294 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, sta_id | 0xE200); in hal_txbf_jaguar_enter()
342 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, 0); in hal_txbf_jaguar_leave()
345 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, odm_read_2byte(dm, REG_BFMEE_SEL_8812A + 2) & 0x60); in hal_txbf_jaguar_leave()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/txbf/
H A Dhaltxbfjaguar.c286 u8 tmp = odm_read_1byte(dm, REG_BFMEE_SEL_8812A + 3) & 0x3; in hal_txbf_jaguar_enter()
288 odm_write_1byte(dm, REG_BFMEE_SEL_8812A + 3, tmp | 0x60); in hal_txbf_jaguar_enter()
289 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, sta_id | BIT(9)); in hal_txbf_jaguar_enter()
292 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, sta_id | 0xE200); in hal_txbf_jaguar_enter()
340 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, 0); in hal_txbf_jaguar_leave()
343 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, odm_read_2byte(dm, REG_BFMEE_SEL_8812A + 2) & 0x60); in hal_txbf_jaguar_leave()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/txbf/
H A Dhaltxbfjaguar.c301 u8 tmp = odm_read_1byte(p_dm, REG_BFMEE_SEL_8812A + 3) & 0x3; in hal_txbf_jaguar_enter()
303 odm_write_1byte(p_dm, REG_BFMEE_SEL_8812A + 3, tmp | 0x60); in hal_txbf_jaguar_enter()
304 odm_write_2byte(p_dm, REG_BFMEE_SEL_8812A, sta_id | BIT(9)); in hal_txbf_jaguar_enter()
307 odm_write_2byte(p_dm, REG_BFMEE_SEL_8812A + 2, sta_id | 0xE200); in hal_txbf_jaguar_enter()
358 odm_write_2byte(p_dm, REG_BFMEE_SEL_8812A, 0); in hal_txbf_jaguar_leave()
361 …odm_write_2byte(p_dm, REG_BFMEE_SEL_8812A + 2, odm_read_2byte(p_dm, REG_BFMEE_SEL_8812A + 2) & 0x6… in hal_txbf_jaguar_leave()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/txbf/
H A Dhaltxbfjaguar.c288 u8 tmp = odm_read_1byte(dm, REG_BFMEE_SEL_8812A + 3) & 0x3; in hal_txbf_jaguar_enter()
290 odm_write_1byte(dm, REG_BFMEE_SEL_8812A + 3, tmp | 0x60); in hal_txbf_jaguar_enter()
291 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, sta_id | BIT(9)); in hal_txbf_jaguar_enter()
294 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, sta_id | 0xE200); in hal_txbf_jaguar_enter()
342 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, 0); in hal_txbf_jaguar_leave()
345 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, odm_read_2byte(dm, REG_BFMEE_SEL_8812A + 2) & 0x60); in hal_txbf_jaguar_leave()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/txbf/
H A Dhaltxbfjaguar.c288 u8 tmp = odm_read_1byte(dm, REG_BFMEE_SEL_8812A + 3) & 0x3; in hal_txbf_jaguar_enter()
290 odm_write_1byte(dm, REG_BFMEE_SEL_8812A + 3, tmp | 0x60); in hal_txbf_jaguar_enter()
291 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, sta_id | BIT(9)); in hal_txbf_jaguar_enter()
294 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, sta_id | 0xE200); in hal_txbf_jaguar_enter()
342 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, 0); in hal_txbf_jaguar_leave()
345 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, odm_read_2byte(dm, REG_BFMEE_SEL_8812A + 2) & 0x60); in hal_txbf_jaguar_leave()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/txbf/
H A Dhaltxbfjaguar.c286 u8 tmp = odm_read_1byte(dm, REG_BFMEE_SEL_8812A + 3) & 0x3; in hal_txbf_jaguar_enter()
288 odm_write_1byte(dm, REG_BFMEE_SEL_8812A + 3, tmp | 0x60); in hal_txbf_jaguar_enter()
289 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, sta_id | BIT(9)); in hal_txbf_jaguar_enter()
292 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, sta_id | 0xE200); in hal_txbf_jaguar_enter()
340 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, 0); in hal_txbf_jaguar_leave()
343 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, odm_read_2byte(dm, REG_BFMEE_SEL_8812A + 2) & 0x60); in hal_txbf_jaguar_leave()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/txbf/
H A Dhaltxbfjaguar.c286 u8 tmp = odm_read_1byte(dm, REG_BFMEE_SEL_8812A + 3) & 0x3; in hal_txbf_jaguar_enter()
288 odm_write_1byte(dm, REG_BFMEE_SEL_8812A + 3, tmp | 0x60); in hal_txbf_jaguar_enter()
289 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, sta_id | BIT(9)); in hal_txbf_jaguar_enter()
292 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, sta_id | 0xE200); in hal_txbf_jaguar_enter()
340 odm_write_2byte(dm, REG_BFMEE_SEL_8812A, 0); in hal_txbf_jaguar_leave()
343 odm_write_2byte(dm, REG_BFMEE_SEL_8812A + 2, odm_read_2byte(dm, REG_BFMEE_SEL_8812A + 2) & 0x60); in hal_txbf_jaguar_leave()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/txbf/
H A Dhaltxbfjaguar.c287 u1Byte tmp = ODM_Read1Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 3) & 0x3; in HalTxbfJaguar_Enter()
289 ODM_Write1Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 3, tmp | 0x60); in HalTxbfJaguar_Enter()
290 ODM_Write2Byte(pDM_Odm, REG_BFMEE_SEL_8812A, STAid | BIT9); in HalTxbfJaguar_Enter()
293 ODM_Write2Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 2, STAid | 0xE200); in HalTxbfJaguar_Enter()
344 ODM_Write2Byte(pDM_Odm, REG_BFMEE_SEL_8812A, 0); in HalTxbfJaguar_Leave()
347 …ODM_Write2Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 2, ODM_Read2Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 2) &… in HalTxbfJaguar_Leave()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Drtl8812a_spec.h170 #define REG_BFMEE_SEL_8812A 0x0714 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Drtl8812a_spec.h170 #define REG_BFMEE_SEL_8812A 0x0714 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Drtl8812a_spec.h171 #define REG_BFMEE_SEL_8812A 0x0714 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Drtl8812a_spec.h171 #define REG_BFMEE_SEL_8812A 0x0714 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Drtl8812a_spec.h171 #define REG_BFMEE_SEL_8812A 0x0714 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Drtl8812a_spec.h170 #define REG_BFMEE_SEL_8812A 0x0714 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Drtl8812a_spec.h171 #define REG_BFMEE_SEL_8812A 0x0714 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Drtl8812a_spec.h171 #define REG_BFMEE_SEL_8812A 0x0714 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Drtl8812a_spec.h170 #define REG_BFMEE_SEL_8812A 0x0714 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Drtl8812a_spec.h170 #define REG_BFMEE_SEL_8812A 0x0714 macro

12