Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_srng.c1158 uint8_t vote_access; in hal_delayed_reg_write() local
1164 vote_access = hif_get_ep_vote_access(hal_soc->hif_handle, in hal_delayed_reg_write()
1166 if ((vote_access == HIF_EP_VOTE_ACCESS_DISABLE) || in hal_delayed_reg_write()
1167 (vote_access == HIF_EP_VOTE_INTERMEDIATE_ACCESS && in hal_delayed_reg_write()
/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_main.c1540 uint8_t vote_access; in hif_set_ep_intermediate_vote_access() local
1542 vote_access = qdf_atomic_read(&scn->ep_vote_access); in hif_set_ep_intermediate_vote_access()
1544 if (vote_access != HIF_EP_VOTE_ACCESS_DISABLE) in hif_set_ep_intermediate_vote_access()
1546 vote_access); in hif_set_ep_intermediate_vote_access()