OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastBit
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_rfgain.c
94
uint32_t reg32 = 0, mask, arrayEntry,
lastBit
;
107
lastBit
= (bitPosition + bitsLeft > 8) ?
109
mask = (((1 <<
lastBit
) - 1) ^ ((1 << bitPosition) - 1)) <<
113
bitsShifted +=
lastBit
- bitPosition;
ar5212_reset.c
2540
uint32_t tmp32, mask, arrayEntry,
lastBit
;
2552
lastBit
= (bitPosition + bitsLeft > 8) ?
2554
mask = (((1 <<
lastBit
) - 1) ^ ((1 << bitPosition) - 1)) <<
Completed in 16 milliseconds
Indexes created Sun Oct 12 22:09:51 GMT 2025