Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_env_mntr.c2228 bool chk_result = HALBB_SET_FAIL; in halbb_env_mntr_init_app_chk() local
2234 chk_result = HALBB_SET_SUCCESS; in halbb_env_mntr_init_app_chk()
2236 return chk_result; in halbb_env_mntr_init_app_chk()
2245 bool chk_result = HALBB_SET_FAIL; in halbb_env_mntr_dig_app_chk() local
2259 chk_result = HALBB_SET_SUCCESS; in halbb_env_mntr_dig_app_chk()
2261 return chk_result; in halbb_env_mntr_dig_app_chk()
2268 bool chk_result = HALBB_SET_FAIL; in halbb_env_mntr_bg_app_chk() local
2275 chk_result = HALBB_SET_SUCCESS; in halbb_env_mntr_bg_app_chk()
2277 return chk_result; in halbb_env_mntr_bg_app_chk()
2647 bool chk_result = HALBB_SET_FAIL; in halbb_env_mntr_watchdog_chk() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_env_mntr.c2228 bool chk_result = HALBB_SET_FAIL; in halbb_env_mntr_init_app_chk() local
2234 chk_result = HALBB_SET_SUCCESS; in halbb_env_mntr_init_app_chk()
2236 return chk_result; in halbb_env_mntr_init_app_chk()
2245 bool chk_result = HALBB_SET_FAIL; in halbb_env_mntr_dig_app_chk() local
2259 chk_result = HALBB_SET_SUCCESS; in halbb_env_mntr_dig_app_chk()
2261 return chk_result; in halbb_env_mntr_dig_app_chk()
2268 bool chk_result = HALBB_SET_FAIL; in halbb_env_mntr_bg_app_chk() local
2275 chk_result = HALBB_SET_SUCCESS; in halbb_env_mntr_bg_app_chk()
2277 return chk_result; in halbb_env_mntr_bg_app_chk()
2647 bool chk_result = HALBB_SET_FAIL; in halbb_env_mntr_watchdog_chk() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/
H A Dhalmac_api_88xx.c3129 u16 chk_result = 0; in halmac_fill_txdesc_check_sum_88xx() local
3158 chk_result ^= (*(pData + 2 * i) ^ *(pData + (2 * i + 1))); in halmac_fill_txdesc_check_sum_88xx()
3160 SET_TX_DESC_TXDESC_CHECKSUM(pCur_desc, chk_result); in halmac_fill_txdesc_check_sum_88xx()