Searched refs:ctest5 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c6129 u_char ctest5, ss0, ss2; local
6132 ctest5 = (np->rv_ctest5 & DFS) ? INB (nc_ctest5) : 0;
6133 if (ctest5 & DFS)
6134 delta=(((ctest5 << 8) | (INB (nc_dfifo) & 0xff)) - rest) & 0x3ff;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c587 #define burst_code(dmode, ctest4, ctest5) \
588 (ctest4) & 0x80? 0 : (((dmode) & 0xc0) >> 6) + ((ctest5) & 0x04) + 1

Completed in 82 milliseconds