Searched refs:BITS (Results 1 - 2 of 2) sorted by relevance

/k10sensor/src/
H A Dcommon.c252 uint32_t pkgType = BITS(v->ebx, 31, 28);
303 if (BITS(data, 5, 5)) {
318 && (BITS(v->ebx,15,6) == 0x24 && BITS(v->ebx,5,0) == (55-24)))
327 offset = BITS(data, 28, 25) << 1;
338 offset = BITS(data, 14, 8);
346 uint32_t brandIdx = BITS(v->ebx, 13, 9);
347 uint32_t pwrLmt = BITS(v->ebx, 3, 0);
348 offset = BITS(v->modelStepping, 5, 4);
351 offset = BITS(dat
[all...]
H A Dk10sensor.h48 #define BITS(u, h, l) (((u) >> (l)) & ((1LU << ((h) - (l) + 1LU)) - 1LU)) macro

Completed in 8 milliseconds