Searched refs:SCI_ICMD_AIP (Results 1 – 4 of 4) sorted by relevance
86 #define SCI_ICMD_AIP 0x40 /* r: Arbitration in progress */ macro87 #define SCI_ICMD_TEST SCI_ICMD_AIP /* w: Test mode */
82 #define SCI_ICMD_AIP 0x40 /* r: Arbitration in progress */ macro83 #define SCI_ICMD_TEST SCI_ICMD_AIP /* w: Test mode */
103 #define SCI_ICMD_AIP 0x40 /* r: Arbitration in progress */ macro104 #define SCI_ICMD_TEST SCI_ICMD_AIP /* w: Test mode */
1356 if (NCR5380_READ(sc, sci_icmd) & SCI_ICMD_AIP) in ncr5380_select()