Searched refs:UMB_GET32 (Results 1 – 1 of 1) sorted by relevance
3022 #define UMB_GET32(p) ((uint32_t)*p | (uint32_t)*(p + 1) << 8 | \ in umb_decode_qmi() macro3073 val = UMB_GET32(&data[3]); in umb_decode_qmi()