Lines Matching defs:tst
2396 u16 *tst = &ref[ISP1362_BUF_SIZE / 2];
2400 tst[offset] = offset;
2409 isp1362_read_buffer(isp1362_hcd, (u8 *)tst + offset, 0, j);
2412 if (memcmp(ref, tst, j)) {
2417 dump_data((u8 *)tst + offset, j);
2424 isp1362_read_buffer(isp1362_hcd, tst, 0, ISP1362_BUF_SIZE);
2427 if (memcmp(ref, tst, ISP1362_BUF_SIZE)) {
2430 dump_data((u8 *)tst, ISP1362_BUF_SIZE / 2);
2438 memset(tst, 0, ISP1362_BUF_SIZE);
2440 isp1362_write_buffer(isp1362_hcd, tst, 0, ISP1362_BUF_SIZE);
2441 isp1362_read_buffer(isp1362_hcd, tst, 0, ISP1362_BUF_SIZE);
2443 if (memcmp(tst, tst + (ISP1362_BUF_SIZE / (2 * sizeof(*tst))),
2446 dump_data((u8 *)tst, ISP1362_BUF_SIZE);
2453 isp1362_read_buffer(isp1362_hcd, tst, offset * 2,
2456 if (memcmp(ref, tst, PTD_HEADER_SIZE + test_size)) {
2458 dump_data((u8 *)tst, PTD_HEADER_SIZE + test_size);
2460 isp1362_read_buffer(isp1362_hcd, tst, offset * 2,
2463 if (memcmp(ref, tst, PTD_HEADER_SIZE + test_size)) {