Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dif_umb.c3022 #define UMB_GET32(p) ((uint32_t)*p | (uint32_t)*(p + 1) << 8 | \ in umb_decode_qmi() macro
3073 val = UMB_GET32(&data[3]); in umb_decode_qmi()