OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:macHi
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_keycache.c
79
uint32_t
macHi
, macLo;
84
* the 4 MSBs, and
MacHi
is the 2 LSBs.
87
macHi
= (mac[5] << 8) | mac[4];
91
macLo |= (
macHi
& 1) << 31; /* carry */
92
macHi
>>= 1;
94
macLo =
macHi
= 0;
99
macHi
| AR_KEYTABLE_VALID);
ar5210_keycache.c
79
uint32_t
macHi
, macLo;
84
* the 4 MSBs, and
MacHi
is the 2 LSBs.
87
macHi
= (mac[5] << 8) | mac[4];
91
macLo |= (
macHi
& 1) << 31; /* carry */
92
macHi
>>= 1;
94
macLo =
macHi
= 0;
99
macHi
| AR_KEYTABLE_VALID);
/src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_keycache.c
83
uint32_t
macHi
, macLo;
93
* the 4 MSBs, and
MacHi
is the 2 LSBs.
96
macHi
= (mac[5] << 8) | mac[4];
100
macLo |= (
macHi
& 1) << 31; /* carry */
101
macHi
>>= 1;
103
macLo =
macHi
= 0;
107
OS_REG_WRITE(ah, AR_KEYTABLE_MAC1(entry),
macHi
| AR_KEYTABLE_VALID);
ar5211_keycache.c
83
uint32_t
macHi
, macLo;
93
* the 4 MSBs, and
MacHi
is the 2 LSBs.
96
macHi
= (mac[5] << 8) | mac[4];
100
macLo |= (
macHi
& 1) << 31; /* carry */
101
macHi
>>= 1;
103
macLo =
macHi
= 0;
107
OS_REG_WRITE(ah, AR_KEYTABLE_MAC1(entry),
macHi
| AR_KEYTABLE_VALID);
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_keycache.c
106
uint32_t
macHi
, macLo;
115
* the 4 MSBs, and
MacHi
is the 2 LSBs.
118
macHi
= (mac[5] << 8) | mac[4];
122
macLo |= (
macHi
& 1) << 31; /* carry */
123
macHi
>>= 1;
125
macLo =
macHi
= 0;
128
OS_REG_WRITE(ah, AR_KEYTABLE_MAC1(entry),
macHi
| AR_KEYTABLE_VALID);
ar5212_keycache.c
106
uint32_t
macHi
, macLo;
115
* the 4 MSBs, and
MacHi
is the 2 LSBs.
118
macHi
= (mac[5] << 8) | mac[4];
122
macLo |= (
macHi
& 1) << 31; /* carry */
123
macHi
>>= 1;
125
macLo =
macHi
= 0;
128
OS_REG_WRITE(ah, AR_KEYTABLE_MAC1(entry),
macHi
| AR_KEYTABLE_VALID);
Completed in 42 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025