Searched defs:LE_READ_4 (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dawi.c147 #define LE_READ_4(p) \ macro
H A Dath.c108 #define LE_READ_4(p) \ macro
H A Dathnvar.h60 #define LE_READ_4(p) ((p)[0] | (p)[1] << 8 | (p)[2] << 16 | (p)[3] << 24) macro
H A Drtwnreg.h1034 #define LE_READ_4(x) ((x)[0] | ((x)[1] << 8) | ((x)[2] << 16) | \ macro
/netbsd-current/sbin/ifconfig/
H A Dieee80211.c932 #define LE_READ_4(p) \ macro
1250 #define LE_READ_4(p) \ macro
/netbsd-current/sys/net80211/
H A Dieee80211_input.c1536 #define LE_READ_4(p) \ macro
/netbsd-current/sys/external/isc/atheros_hal/dist/
H A Dah_internal.h497 #define LE_READ_4(p) \ macro

Completed in 158 milliseconds