Home
last modified time | relevance | path

Searched defs:LE_READ_2 (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dawi.c145 #define LE_READ_2(p) \ macro
H A Dathnvar.h61 #define LE_READ_2(p) ((p)[0] | (p)[1] << 8) macro
H A Dath.c105 #define LE_READ_2(p) \ macro
H A Drtwnreg.h1033 #define LE_READ_2(x) ((x)[0] | ((x)[1] << 8)) macro
/netbsd-src/sbin/ifconfig/
H A Dieee80211.c928 #define LE_READ_2(p) \ macro
/netbsd-src/sys/net80211/
H A Dieee80211_input.c1532 #define LE_READ_2(p) \ macro
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_internal.h494 #define LE_READ_2(p) \ macro