Searched refs:SCI_ICMD_LST (Results 1 – 4 of 4) sorted by relevance
84 #define SCI_ICMD_LST 0x20 /* r: Lost arbitration */ macro85 #define SCI_ICMD_DIFF SCI_ICMD_LST /* w: Differential cable */
80 #define SCI_ICMD_LST 0x20 /* r: Lost arbitration */ macro81 #define SCI_ICMD_DIFF SCI_ICMD_LST /* w: Differential cable */
101 #define SCI_ICMD_LST 0x20 /* r: Lost arbitration */ macro102 #define SCI_ICMD_DIFF SCI_ICMD_LST /* w: Differential cable */
1377 if (NCR5380_READ(sc, sci_icmd) & SCI_ICMD_LST) { in ncr5380_select()1412 (NCR5380_READ(sc, sci_icmd) & SCI_ICMD_LST)) { in ncr5380_select()