Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_srng.c91 idx = hal_history_get_next_index(&hal_soc->reg_wr_fail_hist->index, in hal_reg_wr_fail_history_add()
94 record = &hal_soc->reg_wr_fail_hist->record[idx]; in hal_reg_wr_fail_history_add()
104 hal->reg_wr_fail_hist = &hal_reg_wr_hist; in hal_reg_write_fail_history_init()
106 qdf_atomic_set(&hal->reg_wr_fail_hist->index, -1); in hal_reg_write_fail_history_init()
Dhal_internal.h1643 struct hal_reg_write_fail_history *reg_wr_fail_hist; member