Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/amiga/dev/
Dscireg.h84 #define SCI_ICMD_LST 0x20 /* r: Lost arbitration */ macro
85 #define SCI_ICMD_DIFF SCI_ICMD_LST /* w: Differential cable */
/netbsd/src/sys/arch/mac68k/include/
Dscsi_5380.h80 #define SCI_ICMD_LST 0x20 /* r: Lost arbitration */ macro
81 #define SCI_ICMD_DIFF SCI_ICMD_LST /* w: Differential cable */
/netbsd/src/sys/dev/ic/
Dncr5380reg.h101 #define SCI_ICMD_LST 0x20 /* r: Lost arbitration */ macro
102 #define SCI_ICMD_DIFF SCI_ICMD_LST /* w: Differential cable */
Dncr5380sbc.c1377 if (NCR5380_READ(sc, sci_icmd) & SCI_ICMD_LST) { in ncr5380_select()
1412 (NCR5380_READ(sc, sci_icmd) & SCI_ICMD_LST)) { in ncr5380_select()