Searched refs:test_pattern (Results 1 – 5 of 5) sorted by relevance
/linux-3.3/drivers/mmc/core/ |
D | sd_ops.c | 197 static const u8 test_pattern = 0xAA; in mmc_send_if_cond() local 206 cmd.arg = ((ocr & 0xFF8000) != 0) << 8 | test_pattern; in mmc_send_if_cond() 218 if (result_pattern != test_pattern) in mmc_send_if_cond()
|
/linux-3.3/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 1271 static const u32 test_pattern[] = { in reg_pattern_test() local 1274 for (pat = 0; pat < ARRAY_SIZE(test_pattern); pat++) { in reg_pattern_test() 1276 writel((test_pattern[pat] & write), in reg_pattern_test() 1279 if (val != (test_pattern[pat] & write & mask)) { in reg_pattern_test() 1282 reg, val, (test_pattern[pat] & write & mask)); in reg_pattern_test()
|
/linux-3.3/drivers/usb/storage/ |
D | shuttle_usbat.c | 350 unsigned char test_pattern, in usbat_set_shuttle_features() argument 378 command[4] = test_pattern; in usbat_set_shuttle_features()
|
/linux-3.3/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 5667 static const u32 test_pattern[] = { 0x00000000, 0xffffffff, 0x55555555, in bnx2_do_mem_test() local 5671 for (i = 0; i < sizeof(test_pattern) / 4; i++) { in bnx2_do_mem_test() 5676 bnx2_reg_wr_ind(bp, start + offset, test_pattern[i]); in bnx2_do_mem_test() 5679 test_pattern[i]) { in bnx2_do_mem_test()
|
D | tg3.c | 11365 static const u32 test_pattern[] = { 0x00000000, 0xffffffff, 0xaa55a55a }; in tg3_do_mem_test() local 11369 for (i = 0; i < ARRAY_SIZE(test_pattern); i++) { in tg3_do_mem_test() 11373 tg3_write_mem(tp, offset + j, test_pattern[i]); in tg3_do_mem_test() 11375 if (val != test_pattern[i]) in tg3_do_mem_test()
|