HomeSort by: relevance | last modified time | path
    Searched defs:macLo (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_keycache.c 79 uint32_t macHi, macLo;
83 * Set MAC address -- shifted right by 1. MacLo is
88 macLo = (mac[3] << 24)| (mac[2] << 16)
90 macLo >>= 1;
91 macLo |= (macHi & 1) << 31; /* carry */
94 macLo = macHi = 0;
97 OS_REG_WRITE(ah, AR_KEYTABLE_MAC0(entry), macLo);
ar5210_keycache.c 79 uint32_t macHi, macLo;
83 * Set MAC address -- shifted right by 1. MacLo is
88 macLo = (mac[3] << 24)| (mac[2] << 16)
90 macLo >>= 1;
91 macLo |= (macHi & 1) << 31; /* carry */
94 macLo = macHi = 0;
97 OS_REG_WRITE(ah, AR_KEYTABLE_MAC0(entry), macLo);
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_keycache.c 83 uint32_t macHi, macLo;
92 * Set MAC address -- shifted right by 1. MacLo is
97 macLo = (mac[3] << 24)| (mac[2] << 16)
99 macLo >>= 1;
100 macLo |= (macHi & 1) << 31; /* carry */
103 macLo = macHi = 0;
106 OS_REG_WRITE(ah, AR_KEYTABLE_MAC0(entry), macLo);
ar5211_keycache.c 83 uint32_t macHi, macLo;
92 * Set MAC address -- shifted right by 1. MacLo is
97 macLo = (mac[3] << 24)| (mac[2] << 16)
99 macLo >>= 1;
100 macLo |= (macHi & 1) << 31; /* carry */
103 macLo = macHi = 0;
106 OS_REG_WRITE(ah, AR_KEYTABLE_MAC0(entry), macLo);
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_keycache.c 106 uint32_t macHi, macLo;
114 * Set MAC address -- shifted right by 1. MacLo is
119 macLo = (mac[3] << 24)| (mac[2] << 16)
121 macLo >>= 1;
122 macLo |= (macHi & 1) << 31; /* carry */
125 macLo = macHi = 0;
127 OS_REG_WRITE(ah, AR_KEYTABLE_MAC0(entry), macLo);
ar5212_keycache.c 106 uint32_t macHi, macLo;
114 * Set MAC address -- shifted right by 1. MacLo is
119 macLo = (mac[3] << 24)| (mac[2] << 16)
121 macLo >>= 1;
122 macLo |= (macHi & 1) << 31; /* carry */
125 macLo = macHi = 0;
127 OS_REG_WRITE(ah, AR_KEYTABLE_MAC0(entry), macLo);

Completed in 43 milliseconds