OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EEP_DELTA
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v3.h
130
#define
EEP_DELTA
10 /* SCALE/10, to avoid arith divide */
/src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c
1844
if (target < (uint32_t)(*pList * EEP_SCALE -
EEP_DELTA
)) {
1854
if (target > (uint32_t)(listEndValue * EEP_SCALE +
EEP_DELTA
)) {
1866
if (abs(pList[i] * EEP_SCALE - (int32_t) target) <
EEP_DELTA
) {
1876
if (target < (uint32_t)(pList[i + 1] * EEP_SCALE -
EEP_DELTA
)) {
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c
2481
*
EEP_DELTA
of the search values. Return the closest
2483
*
EEP_DELTA
is a factional value; everything is scaled
2498
if (target < (uint32_t)(lp[0] * EEP_SCALE -
EEP_DELTA
)) {
2502
if (target > (uint32_t)(ep[-1] * EEP_SCALE +
EEP_DELTA
)) {
2513
if (lp[0] * EEP_SCALE - target <
EEP_DELTA
) {
2521
if (target < (uint32_t)(lp[1] * EEP_SCALE -
EEP_DELTA
)) {
Completed in 15 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025