Searched refs:test_pattern (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/core/
H A Dsd_ops.c198 static const u8 test_pattern = 0xAA; local
207 cmd.arg = ((ocr & 0xFF8000) != 0) << 8 | test_pattern;
219 if (result_pattern != test_pattern)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dshuttle_usbat.c350 unsigned char test_pattern,
378 command[4] = test_pattern;
346 usbat_set_shuttle_features(struct us_data *us, unsigned char external_trigger, unsigned char epp_control, unsigned char mask_byte, unsigned char test_pattern, unsigned char subcountH, unsigned char subcountL) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbnx2.c5632 static const u32 test_pattern[] = { 0x00000000, 0xffffffff, 0x55555555, local
5636 for (i = 0; i < sizeof(test_pattern) / 4; i++) {
5641 bnx2_reg_wr_ind(bp, start + offset, test_pattern[i]);
5644 test_pattern[i]) {
H A Dtg3.c10482 static const u32 test_pattern[] = { 0x00000000, 0xffffffff, 0xaa55a55a }; local
10486 for (i = 0; i < ARRAY_SIZE(test_pattern); i++) {
10490 tg3_write_mem(tp, offset + j, test_pattern[i]);
10492 if (val != test_pattern[i])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtestapi.c1209 static int test_pattern(void);
1262 test_ret += test_pattern();
17235 test_pattern(void) { function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtestapi.c1209 static int test_pattern(void);
1262 test_ret += test_pattern();
17235 test_pattern(void) { function
[all...]

Completed in 470 milliseconds