Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/amiga/dev/
H A Dscireg.h86 #define SCI_ICMD_AIP 0x40 /* r: Arbitration in progress */ macro
87 #define SCI_ICMD_TEST SCI_ICMD_AIP /* w: Test mode */
/netbsd-src/sys/arch/mac68k/include/
H A Dscsi_5380.h82 #define SCI_ICMD_AIP 0x40 /* r: Arbitration in progress */ macro
83 #define SCI_ICMD_TEST SCI_ICMD_AIP /* w: Test mode */
/netbsd-src/sys/dev/ic/
H A Dncr5380reg.h103 #define SCI_ICMD_AIP 0x40 /* r: Arbitration in progress */ macro
104 #define SCI_ICMD_TEST SCI_ICMD_AIP /* w: Test mode */
H A Dncr5380sbc.c1356 if (NCR5380_READ(sc, sci_icmd) & SCI_ICMD_AIP) in ncr5380_select()