Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_io32.h162 uint32_t exp_val) in hif_reg_write_result_check() argument
167 if (exp_val != value) { in hif_reg_write_result_check()
169 exp_val, in hif_reg_write_result_check()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_api.h152 uint32_t exp_val) in hal_reg_write_result_check() argument
157 if (qdf_unlikely(exp_val != value)) { in hal_reg_write_result_check()
158 HAL_REG_WRITE_FAIL_HIST_ADD(hal_soc, offset, exp_val, value); in hal_reg_write_result_check()