Searched refs:ctest5 (Results 1 – 2 of 2) sorted by relevance
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