Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_send.c643 HTC_WRITE32(pHtcHdr, in htc_issue_packets_bundle()
651 HTC_WRITE32((uint32_t *) pHtcHdr + 1, in htc_issue_packets_bundle()
816 HTC_WRITE32(pHtcHdr, in htc_issue_packets()
823 HTC_WRITE32(((uint32_t *) pHtcHdr) + 1, in htc_issue_packets()
1943 HTC_WRITE32(htc_hdr, in __htc_send_pkt()
1953 HTC_WRITE32(((uint32_t *)htc_hdr) + 1, in __htc_send_pkt()
2249 HTC_WRITE32(p_htc_hdr, SM(htc_payload_len, HTC_FRAME_HDR_PAYLOADLEN) in htc_send_data_pkt()
2268 HTC_WRITE32(((uint32_t *)p_htc_hdr) + 1, in htc_send_data_pkt()
2322 HTC_WRITE32(pHtcHdr, in htc_send_data_pkt()
2355 HTC_WRITE32(((uint32_t *) pHtcHdr) + 1, in htc_send_data_pkt()
H A Dhtc_api.h885 HTC_WRITE32((_htc_tx_desc), \
888 HTC_WRITE32((uint32_t *)(_htc_tx_desc) + 1, \
/wlan-driver/fw-api/fw/
H A Dhtc.h57 #define HTC_WRITE32(_addr, _val) \ macro