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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dsys_sio.c262 unsigned char ctest4; local
265 ctest4 = inb(io_port+0x21);
266 if (!(ctest4 & 0x80)) {
269 outb(ctest4 | 0x80, io_port+0x21);
/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 109 milliseconds