Searched refs:TEST_LEN (Results 1 – 2 of 2) sorted by relevance
| /drivers/ata/pata_parport/ |
| A D | bpck.c | 297 #define TEST_LEN 16 macro 302 char buf[TEST_LEN]; in bpck_test_proto() 312 for (i = 0; i < TEST_LEN; i++) { in bpck_test_proto() 324 for (i = 0; i < TEST_LEN; i++) { in bpck_test_proto() 348 for (i = 0; i < TEST_LEN; i++) in bpck_test_proto() 352 for (i = 0; i < TEST_LEN / 2; i++) in bpck_test_proto() 356 for (i = 0; i < TEST_LEN / 4; i++) in bpck_test_proto() 370 print_hex_dump_debug("bpck: ", DUMP_PREFIX_NONE, TEST_LEN, 1, buf, in bpck_test_proto() 371 TEST_LEN, false); in bpck_test_proto() 374 for (i = 0; i < TEST_LEN; i++) { in bpck_test_proto()
|
| /drivers/gpu/drm/xe/tests/ |
| A D | xe_guc_relay_test.c | 16 #define TEST_LEN 6 macro 53 static const u32 TEST_MSG[TEST_LEN] = { 83 KUNIT_ASSERT_EQ(test, len, PF2GUC_RELAY_TO_VF_REQUEST_MSG_MIN_LEN + TEST_LEN); in replacement_xe_guc_ct_send_recv_expects_pf2guc_relay() 93 sizeof(u32) * TEST_LEN); in replacement_xe_guc_ct_send_recv_expects_pf2guc_relay() 185 TEST_MSG, TEST_LEN, NULL, 0); in pf_txn_reports_error() 201 TEST_MSG, TEST_LEN, NULL, 0); in pf_txn_sends_pf2guc() 219 TEST_MSG, TEST_LEN, NULL, 0)); in pf_sends_pf2guc()
|
Completed in 7 milliseconds