Home
last modified time | relevance | path

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

/openbsd-src/sys/net80211/
H A Dieee80211_priv.h107 #define LE_READ_4(p) \ macro
/openbsd-src/sys/dev/ic/
H A Dathvar.h296 #define LE_READ_4(p) \ macro
H A Dathnvar.h32 #define LE_READ_4(p) ((p)[0] | (p)[1] << 8 | (p)[2] << 16 | (p)[3] << 24) macro
H A Dr92creg.h1096 #define LE_READ_4(x) ((x)[0] | (x)[1] << 8 | (x)[2] << 16 | (x)[3] << 24) macro