Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_rx_hl.c416 u_int32_t *word_ptr = (u_int32_t *)pn->pn128; in htt_rx_mpdu_desc_pn_hl() local
422 *(word_ptr + 3) = rx_desc->pn_127_96; in htt_rx_mpdu_desc_pn_hl()
424 *(word_ptr + 2) = rx_desc->pn_95_64; in htt_rx_mpdu_desc_pn_hl()
429 *(word_ptr + 1) = rx_desc->u0.pn_63_32; in htt_rx_mpdu_desc_pn_hl()
434 *(word_ptr + 0) = rx_desc->pn_31_0; in htt_rx_mpdu_desc_pn_hl()
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_utils.c278 uint32_t *word_ptr; in wma_swap_bytes() local
281 word_ptr = (uint32_t *) pv; in wma_swap_bytes()
283 *(word_ptr + i) = __cpu_to_le32(*(word_ptr + i)); in wma_swap_bytes()