Home
last modified time | relevance | path

Searched refs:testvalue (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/sbus/char/
Dbpp.c877 unsigned int testvalue; in probeLptPort() local
900 for (testvalue=0; testvalue<BPP_DELAY; testvalue++) in probeLptPort()
902 testvalue = inb_p(lpAddr); in probeLptPort()
903 if (testvalue == BPP_PROBE_CODE) { in probeLptPort()
909 for (testvalue=0; testvalue<BPP_DELAY; testvalue++) in probeLptPort()
912 for (testvalue=0; testvalue<BPP_DELAY; testvalue++) in probeLptPort()
915 for (testvalue=0; testvalue<BPP_DELAY; testvalue++) in probeLptPort()
917 testvalue = inb_p(lpAddr); in probeLptPort()
918 if ((testvalue&0xff) == (0xff&~BPP_PROBE_CODE)) in probeLptPort()