Searched refs:ctest4 (Results 1 – 2 of 2) sorted by relevance
261 unsigned char ctest4; in alphabook1_init_pci() local264 ctest4 = inb(io_port+0x21); in alphabook1_init_pci()265 if (!(ctest4 & 0x80)) { in alphabook1_init_pci()268 outb(ctest4 | 0x80, io_port+0x21); in alphabook1_init_pci()
596 #define burst_code(dmode, ctest4, ctest5) \ argument597 (ctest4) & 0x80? 0 : (((dmode) & 0xc0) >> 6) + ((ctest5) & 0x04) + 1