Home | History | Annotate | Download | only in src

Lines Matching full:feild

50 #define PRINT_ARRAY_NEW( FEILD, NUM)            \
54 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t0x%x", data->FEILD[i]); } \
57 #define PRINT_ARRAY_INT( FEILD, NUM) \
64 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t0x%08x", FEILD[tmp]); \
70 #define PRINT_ARRAY_BYTE( FEILD, NUM) \
77 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t0x%02x", FEILD[tmp]); \
84 #define PRINT_ARRAY( FEILD, NUM) \
86 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t0x%x", data->FEILD[i]); \
90 #define PRINT_ARRAY( FEILD, NUM) PRINT_ARRAY_NEW(FEILD, NUM)
92 #define PRINT_ARRAY_ADDR(STR, FEILD, NUM) \
98 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t%s[%02d]=x%08x\n", STR, i, data->FEILD[i]); \