Home
last modified time | relevance | path

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

/openbsd/sys/net80211/
H A Dieee80211_priv.h107 #define LE_READ_4(p) \ macro
/openbsd/sys/dev/ic/
H A Dathn.c1049 AR_WRITE(sc, AR_KEYTABLE_KEY0(entry), LE_READ_4(&key[ 0])); in athn_set_key()
1052 AR_WRITE(sc, AR_KEYTABLE_KEY2(entry), LE_READ_4(&key[ 6])); in athn_set_key()
1055 AR_WRITE(sc, AR_KEYTABLE_KEY4(entry), LE_READ_4(&key[12])); in athn_set_key()
1061 lo = LE_READ_4(&addr[0]); in athn_set_key()
1071 lo = LE_READ_4(&groupaddr[0]); in athn_set_key()
2164 AR_WRITE(sc, AR_BSS_ID0, LE_READ_4(&bssid[0])); in athn_set_bss()
2352 AR_WRITE(sc, AR_STA_ID0, LE_READ_4(&ic->ic_myaddr[0])); in athn_hw_reset()
H A Dathnvar.h32 #define LE_READ_4(p) ((p)[0] | (p)[1] << 8 | (p)[2] << 16 | (p)[3] << 24) macro
H A Dathvar.h296 #define LE_READ_4(p) \ macro
H A Dath.c1076 val = LE_READ_4(dl + 0); in ath_mcastfilter_accum()
1078 val = LE_READ_4(dl + 3); in ath_mcastfilter_accum()
1357 nexttbtt = (LE_READ_4(ni->ni_tstamp + 4) << 22) | in ath_beacon_config()
1358 (LE_READ_4(ni->ni_tstamp) >> 10); in ath_beacon_config()
H A Drtwn.c1182 rtwn_write_4(sc, R92C_BSSID + 0, LE_READ_4(&ni->ni_bssid[0])); in rtwn_newstate()
1379 LE_READ_4(&keybuf[i * 4])); in rtwn_set_key()
1383 LE_READ_4(&macaddr[2])); in rtwn_set_key()
H A Dr92creg.h1096 #define LE_READ_4(x) ((x)[0] | (x)[1] << 8 | (x)[2] << 16 | (x)[3] << 24) macro