Lines Matching +full:480 +full:i

162 		int i;  in iep_dump()  local
165 for (i = 0; i < 0x40; i++) { in iep_dump()
166 IEP_INFO("%08x ", reg[i]); in iep_dump()
168 if ((i + 1) % 4 == 0) { in iep_dump()
419 int i; in iep_reg_copy_to_hw() local
424 for (i = 0; i < IEP_CNF_REG_LEN; i++) in iep_reg_copy_to_hw()
425 pbase[IEP_CNF_REG_BASE + i] = reg->reg[IEP_CNF_REG_BASE + i]; in iep_reg_copy_to_hw()
428 for (i = 0; i < IEP_CMD_REG_LEN; i++) in iep_reg_copy_to_hw()
429 pbase[IEP_CMD_REG_BASE + i] = reg->reg[IEP_CMD_REG_BASE + i]; in iep_reg_copy_to_hw()
432 for (i = 0; i < IEP_ADD_REG_LEN; i++) in iep_reg_copy_to_hw()
433 pbase[IEP_ADD_REG_BASE + i] = reg->reg[IEP_ADD_REG_BASE + i]; in iep_reg_copy_to_hw()
882 int i = 0; in iep_sysmmu_fault_handler() local
888 i, (u32)mem->iova, mem->len); in iep_sysmmu_fault_handler()
889 i++; in iep_sysmmu_fault_handler()
1127 int i; in proc_iep_show() local
1130 for (i = 0; i < 0x40; i++) { in proc_iep_show()
1131 seq_printf(s, "%08x ", reg[i]); in proc_iep_show()
1133 if ((i + 1) % 4 == 0) in proc_iep_show()
1223 //unsigned char tmp_buf[480*480*3/2];
1230 int i; in iep_test_case0() local
1234 tmp_buf = kmalloc(480 * 480 * 3 / 2, GFP_KERNEL); in iep_test_case0()
1247 memset(tmp_buf, 0xCC, 480 * 480 * 3 / 2); in iep_test_case0()
1251 &yuv420sp_480x480_interlaced[480 * 480 * 3 / 2]); in iep_test_case0()
1253 virt_to_phys(&yuv420sp_480x480_interlaced[480 * 480 * 3 / 2])); in iep_test_case0()
1255 dmac_flush_range(&tmp_buf[0], &tmp_buf[480 * 480 * 3 / 2]); in iep_test_case0()
1256 outer_flush_range(virt_to_phys(&tmp_buf[0]), virt_to_phys(&tmp_buf[480 * 480 * 3 / 2])); in iep_test_case0()
1258 __dma_flush_area(&yuv420sp_480x480_interlaced[0], 480 * 480 * 3 / 2); in iep_test_case0()
1259 __dma_flush_area(&tmp_buf[0], 480 * 480 * 3 / 2); in iep_test_case0()
1267 msg.src.act_w = 480; in iep_test_case0()
1268 msg.src.act_h = 480; in iep_test_case0()
1271 msg.src.vir_w = 480; in iep_test_case0()
1272 msg.src.vir_h = 480; in iep_test_case0()
1275 msg.src.uv_addr = (phy_src + 480 * 480); in iep_test_case0()
1278 msg.dst.act_w = 480; in iep_test_case0()
1279 msg.dst.act_h = 480; in iep_test_case0()
1282 msg.dst.vir_w = 480; in iep_test_case0()
1283 msg.dst.vir_h = 480; in iep_test_case0()
1286 msg.dst.uv_addr = (phy_tmp + 480 * 480); in iep_test_case0()
1305 for (i = 0; i < 480 * 480 * 3 / 2; i++) { in iep_test_case0()
1306 if (tmp_buf[i] != yuv420sp_480x480_deinterlaced_i2o1[i]) { in iep_test_case0()
1307 …EP_INFO("diff occur position %d, 0x%02x 0x%02x\n", i, tmp_buf[i], yuv420sp_480x480_deinterlaced_i2… in iep_test_case0()
1309 if (i > 10) { in iep_test_case0()
1316 if (i == 480 * 480 * 3 / 2) in iep_test_case0()