Searched refs:testval (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Ddtlk.c386 unsigned int testval = 0; local
398 testval = inw_p(dtlk_portlist[i]);
399 if ((testval &= 0xfbff) == 0x107f) {
H A Dsynclinkmp.c5088 static unsigned char testval[] = {0x00, 0xff, 0xaa, 0x55, 0x69, 0x96}; local
5089 static unsigned int count = ARRAY_SIZE(testval);
5104 write_reg(info, TMC, testval[i]);
5105 write_reg(info, IDL, testval[(i+1)%count]);
5106 write_reg(info, SA0, testval[(i+2)%count]);
5107 write_reg(info, SA1, testval[(i+3)%count]);
5109 if ( (read_reg(info, TMC) != testval[i]) ||
5110 (read_reg(info, IDL) != testval[(i+1)%count]) ||
5111 (read_reg(info, SA0) != testval[(i+2)%count]) ||
5112 (read_reg(info, SA1) != testval[(
5405 static unsigned long testval[] = { 0x0, 0x55555555, 0xaaaaaaaa, local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_env.c1792 int *loc, optindex, result, testval; local
1818 if (Tcl_GetIntFromObj(interp, objv[3], &testval) != TCL_OK) {
1855 testval = DB_TEST_ELECTINIT;
1859 testval = DB_TEST_ELECTVOTE1;
1862 testval = 0;
1865 testval = DB_TEST_PREOPEN;
1868 testval = DB_TEST_PREDESTROY;
1871 testval = DB_TEST_POSTLOG;
1874 testval = DB_TEST_POSTLOGMETA;
1877 testval
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Dopera1.c439 u8 testval; local
449 opera1_xilinx_rw(dev, 0xbc, 0x00, &testval, 1, OPERA_READ_MSG);
450 if (p != NULL && testval != 0x67) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Denv007.tcl678 proc env007_check { env statcmd statstr testval } {
689 error_check_good $statstr:ck $statval $testval

Completed in 127 milliseconds