Searched refs:FEILD (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | tng_enc_trace.c | 46 #define PRINT_ARRAY_NEW( FEILD, NUM) \ argument 50 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t0x%x", data->FEILD[i]); } \ 53 #define PRINT_ARRAY_INT( FEILD, NUM) \ argument 60 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t0x%08x", FEILD[tmp]); \ 66 #define PRINT_ARRAY_BYTE( FEILD, NUM) \ argument 73 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t0x%02x", FEILD[tmp]); \ 86 #define PRINT_ARRAY( FEILD, NUM) PRINT_ARRAY_NEW(FEILD, NUM) argument 88 #define PRINT_ARRAY_ADDR(STR, FEILD, NUM) \ argument 93 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t%s[%02d]=x%08x = {\t", STR, i, data->FEILD[i]); \ 94 if (dump_address_content && data->FEILD[i]) { \ [all …]
|
D | tng_trace.c | 50 #define PRINT_ARRAY_NEW( FEILD, NUM) \ argument 54 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t0x%x", data->FEILD[i]); } \ 57 #define PRINT_ARRAY_INT( FEILD, NUM) \ argument 64 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t0x%08x", FEILD[tmp]); \ 70 #define PRINT_ARRAY_BYTE( FEILD, NUM) \ argument 77 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t0x%02x", FEILD[tmp]); \ 90 #define PRINT_ARRAY( FEILD, NUM) PRINT_ARRAY_NEW(FEILD, NUM) argument 92 #define PRINT_ARRAY_ADDR(STR, FEILD, NUM) \ argument 98 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t%s[%02d]=x%08x\n", STR, i, data->FEILD[i]); \
|