Home
last modified time | relevance | path

Searched refs:T_SYNCHOFF (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/amiga/dev/
H A Dflsc.c261 ti->flags ^= T_NEGOTIATE | T_SYNCHOFF; in flsc_write_reg()
269 if ((ti->flags & (T_SYNCMODE | T_SYNCHOFF)) == in flsc_write_reg()
270 T_SYNCHOFF && in flsc_write_reg()
272 ti->flags ^= T_NEGOTIATE | T_SYNCHOFF; in flsc_write_reg()
/netbsd-src/sys/arch/x68k/dev/
H A Dmhavar.h80 #define T_SYNCHOFF 0x10 /* .. */ macro
/netbsd-src/sys/dev/ic/
H A Dncr53c9xvar.h174 #define T_SYNCHOFF 0x10 /* SYNC mode for is permanently off */ macro
H A Dncr53c9x.c538 0 : T_SYNCHOFF) | in ncr53c9x_init()
961 (ti->flags & T_SYNCHOFF) == 0 && sc->sc_minsync != 0) { in ncr53c9x_scsipi_request()
2002 if ((ti->flags & T_SYNCHOFF) == 0) in ncr53c9x_msgout()