Searched refs:TARGET_AU_BITS (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.h90 #ifndef TARGET_AU_BITS
91 #define TARGET_AU_BITS 8 /* width of the target addressable unit */ macro
115 #define TDATA_AU_BITS TARGET_AU_BITS /* bits per data AU */
211 #if TARGET_AU_BITS <= 8
213 #elif TARGET_AU_BITS <= 16
220 #if TARGET_AU_BITS < BITS_PER_AU
224 #define TGTAU_BITS TARGET_AU_BITS
H A Ddload_internal.h64 #if !defined(_BIG_ENDIAN) || TARGET_AU_BITS > 16
66 #elif TARGET_AU_BITS > 8
308 #if (TARGET_AU_BITS > 8) && (TARGET_AU_BITS < 32)
H A Dgetsection.c325 #if !defined(_BIG_ENDIAN) || (TARGET_AU_BITS > 16)
338 #if TARGET_AU_BITS > 8
H A Dcload.c1218 #if !defined(_BIG_ENDIAN) || (TARGET_AU_BITS > 16)
1235 #if TARGET_AU_BITS > 8
1455 #if (TARGET_AU_BITS > 8) && (TARGET_AU_BITS < 32)
1492 #if TARGET_AU_BITS < 16
1499 #if TARGET_AU_BITS < 16
1510 #if TARGET_AU_BITS < 32
1547 #if TARGET_AU_BITS <= BITS_PER_AU
1555 #if (BITS_PER_AU == BITS_PER_BYTE) && (TARGET_AU_BITS == BITS_PER_BYTE)
H A Dreloc.c281 #if BITS_PER_AU > TARGET_AU_BITS
287 (BITS_PER_AU - TARGET_AU_BITS);

Completed in 112 milliseconds