Searched refs:BITS_PER_AU (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Dparams.h37 #define BITS_PER_AU 16 macro
44 #define BITS_PER_AU 8 macro
163 -(TDATA_AU_BITS/BITS_PER_AU))
177 #define BYTE_TO_HOST_ROUND(x) ((x + (BITS_PER_AU/BITS_PER_BYTE-1)) >>\
220 #if TARGET_AU_BITS < BITS_PER_AU
221 #define TGTAU_BITS BITS_PER_AU
H A Dreloc.c41 * fieldsz Size of bit field, 0 < fieldsz <= sizeof(rvalue)*BITS_PER_AU
42 * offset Offset from LSB, 0 <= offset < BITS_PER_AU
74 shift = sizeof(rvalue) * BITS_PER_AU - 1 - fieldsz;
89 * fieldsz Size of bit field, 0 < fieldsz <= sizeof(rvalue)*BITS_PER_AU
90 * offset Offset from LSB, 0 <= offset < BITS_PER_AU
281 #if BITS_PER_AU > TARGET_AU_BITS
287 (BITS_PER_AU - TARGET_AU_BITS);
290 (BITS_PER_AU - 1);
361 if (val >= sizeof(rvalue) * BITS_PER_AU)
367 if (val >= sizeof(rvalue) * BITS_PER_AU)
[all...]
H A Dgetsection.c32 #if BITS_PER_AU > BITS_PER_BYTE
41 #if BITS_PER_AU > BITS_PER_BYTE
145 #if BITS_PER_AU <= BITS_PER_BYTE
198 #if BITS_PER_AU > BITS_PER_BYTE
399 #if BITS_PER_AU > BITS_PER_BYTE
H A Dcload.c32 #if BITS_PER_AU > BITS_PER_BYTE
512 #if BITS_PER_AU <= BITS_PER_BYTE
527 #if BITS_PER_AU > BITS_PER_BYTE
550 #if BITS_PER_AU <= BITS_PER_BYTE
607 #if BITS_PER_AU > BITS_PER_BYTE
619 #if BITS_PER_AU > BITS_PER_BYTE
767 #if BITS_PER_AU <= BITS_PER_BYTE
946 #if TDATA_TO_HOST(CINIT_COUNT)*BITS_PER_AU > 16
1162 #if BITS_PER_AU > BITS_PER_BYTE
1547 #if TARGET_AU_BITS <= BITS_PER_AU
[all...]
H A Ddload_internal.h240 #if BITS_PER_AU > BITS_PER_BYTE

Completed in 97 milliseconds