Searched refs:ctest5 (Results 1 – 3 of 3) sorted by relevance
263 uint8_t ctest5; member377 s->ctest5 = 0; in lsi_soft_reset()1310 s->ctest5 = (s->ctest5 & 0xfc) | ((s->dbc >> 8) & 3); in lsi_execute_script()1739 ret = s->ctest5; in lsi_reg_readb()1994 s->ctest5 = val; in lsi_reg_writeb()2263 VMSTATE_UINT8(ctest5, LSIState),
6096 u_char ctest5, ss0, ss2; in ncr_int_ma() local6099 ctest5 = (np->rv_ctest5 & DFS) ? INB (nc_ctest5) : 0; in ncr_int_ma()6100 if (ctest5 & DFS) in ncr_int_ma()6101 delta=(((ctest5 << 8) | (INB (nc_dfifo) & 0xff)) - rest) & 0x3ff; in ncr_int_ma()
583 #define burst_code(dmode, ctest4, ctest5) \ argument584 (ctest4) & 0x80? 0 : (((dmode) & 0xc0) >> 6) + ((ctest5) & 0x04) + 1