Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_fw_stats.c745 static inline uint16_t htt_msg_read16(uint16_t *p16) in htt_msg_read16() argument
756 return (((size_t) p16) & 0x2) ? *(p16 - 1) : *(p16 + 1); in htt_msg_read16()
758 return *p16; in htt_msg_read16()
818 uint16_t *p16 = (uint16_t *) aligned_data; in htt_make_u16_list_str() local
825 val = htt_msg_read16(p16); in htt_make_u16_list_str()
836 p16++; in htt_make_u16_list_str()