Searched refs:IEP_DBG (Results 1 – 2 of 2) sorted by relevance
28 IEP_DBG(" //==source image size config===================//\n\n"); in iep_config_src_size()29 IEP_DBG("sw_src_img_height = %d;//source image height \n", in iep_config_src_size()31 IEP_DBG("sw_src_img_width = %d;//source image width \n\n", in iep_config_src_size()41 IEP_DBG(" //==destination image size config===================//\n\n"); in iep_config_dst_size()42 IEP_DBG("sw_dst_img_height = %d;//source image height \n", in iep_config_dst_size()44 IEP_DBG("sw_dst_img_width = %d;//source image width \n", in iep_config_dst_size()56 IEP_DBG("sw_dst_width_tile0 = 0;\n"); in iep_config_dst_width_tile()57 IEP_DBG("sw_dst_width_tile1 = 0;\n"); in iep_config_dst_width_tile()58 IEP_DBG("sw_dst_width_tile2 = 0;\n"); in iep_config_dst_width_tile()59 IEP_DBG("sw_dst_width_tile3 = 0;\n\n"); in iep_config_dst_width_tile()[all …]
76 #define IEP_DBG(format, args...) printk("%s: " format, DRIVER_NAME, ## args) macro78 #define IEP_DBG(format, args...) macro