Searched refs:SCI_ICMD_BSY (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mac68k/include/
H A Dscsi_5380.h78 #define SCI_ICMD_BSY 0x08 /* rw: Assert BSY signal */ macro
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dscireg.h82 #define SCI_ICMD_BSY 0x08 /* rw: Assert BSY signal */ macro
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dncr5380reg.h99 #define SCI_ICMD_BSY 0x08 /* rw: Assert BSY signal */ macro
H A Dncr5380sbc.c1152 NCR5380_WRITE(sc, sci_icmd, SCI_ICMD_BSY);
1379 icmd = (SCI_ICMD_BSY | SCI_ICMD_SEL);
1436 icmd &= ~SCI_ICMD_BSY;

Completed in 169 milliseconds