Searched refs:ctest4 (Results 1 – 3 of 3) sorted by relevance
286 unsigned char ctest4; in alphabook1_init_pci() local289 ctest4 = inb(io_port+0x21); in alphabook1_init_pci()290 if (!(ctest4 & 0x80)) { in alphabook1_init_pci()293 outb(ctest4 | 0x80, io_port+0x21); in alphabook1_init_pci()
262 uint8_t ctest4; member376 s->ctest4 = 0; in lsi_soft_reset()1736 ret = s->ctest4; in lsi_reg_readb()1987 s->ctest4 = val; in lsi_reg_writeb()2262 VMSTATE_UINT8(ctest4, LSIState),
583 #define burst_code(dmode, ctest4, ctest5) \ argument584 (ctest4) & 0x80? 0 : (((dmode) & 0xc0) >> 6) + ((ctest5) & 0x04) + 1