Home
last modified time | relevance | path

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

/openbsd-src/sys/net80211/
H A Dieee80211_priv.h102 #define LE_READ_2(p) \ macro
/openbsd-src/sys/dev/ic/
H A Dathvar.h293 #define LE_READ_2(p) \ macro
H A Dathnvar.h33 #define LE_READ_2(p) ((p)[0] | (p)[1] << 8) macro
H A Dr92creg.h1095 #define LE_READ_2(x) ((x)[0] | (x)[1] << 8) macro