Searched refs:ctest4 (Results 1 – 2 of 2) sorted by relevance
284 unsigned char ctest4; in alphabook1_init_pci() local287 ctest4 = inb(io_port+0x21); in alphabook1_init_pci()288 if (!(ctest4 & 0x80)) { in alphabook1_init_pci()291 outb(ctest4 | 0x80, io_port+0x21); in alphabook1_init_pci()
583 #define burst_code(dmode, ctest4, ctest5) \ argument584 (ctest4) & 0x80? 0 : (((dmode) & 0xc0) >> 6) + ((ctest5) & 0x04) + 1