Home
last modified time | relevance | path

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

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