Searched refs:p16 (Results 1 – 1 of 1) sorted by relevance
745 static inline uint16_t htt_msg_read16(uint16_t *p16) in htt_msg_read16() argument756 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() local825 val = htt_msg_read16(p16); in htt_make_u16_list_str()836 p16++; in htt_make_u16_list_str()