Lines Matching full:480
1223 //unsigned char tmp_buf[480*480*3/2];
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()
1316 if (i == 480 * 480 * 3 / 2) in iep_test_case0()