Searched refs:CINIT_ALIGN (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Dparams.h70 #define CINIT_ALIGN 8 /* alignment of cinit record in TDATA AUs */ macro
H A Dcload.c976 #if CINIT_ALIGN < CINIT_ADDRESS
978 pktp -= TDATA_TO_HOST(CINIT_ALIGN);
985 #if CINIT_ALIGN < CINIT_ADDRESS
986 if (left == TDATA_TO_HOST(CINIT_ALIGN)) {
1029 init_count = (init_count + CINIT_ALIGN - 1) &
1030 -CINIT_ALIGN;
H A Ddload_internal.h220 #if CINIT_ALIGN < CINIT_ADDRESS /* handle case of partial address field */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/dynload/
H A Dparams.h70 #define CINIT_ALIGN 8 /* alignment of cinit record in TDATA AUs */ macro
H A Dcload.c976 #if CINIT_ALIGN < CINIT_ADDRESS
978 pktp -= TDATA_TO_HOST(CINIT_ALIGN);
985 #if CINIT_ALIGN < CINIT_ADDRESS
986 if (left == TDATA_TO_HOST(CINIT_ALIGN)) {
1029 init_count = (init_count + CINIT_ALIGN - 1) &
1030 -CINIT_ALIGN;
H A Ddload_internal.h220 #if CINIT_ALIGN < CINIT_ADDRESS /* handle case of partial address field */

Completed in 154 milliseconds