Home
last modified time | relevance | path

Searched refs:SCI_CSR_PERR (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/amiga/dev/
H A Dscireg.h143 #define SCI_CSR_PERR 0x20 /* r: Parity error */ macro
/netbsd-src/sys/arch/mac68k/include/
H A Dscsi_5380.h139 #define SCI_CSR_PERR 0x20 /* r: Parity error */ macro
/netbsd-src/sys/dev/ic/
H A Dncr5380reg.h158 #define SCI_CSR_PERR 0x20 /* r: Parity error */ macro
H A Dncr5380sbc.c1614 if (NCR5380_READ(sc, sci_csr) & SCI_CSR_PERR) { in ncr5380_msg_in()
2318 if (NCR5380_READ(sc, sci_csr) & SCI_CSR_PERR) { in ncr5380_machine()
/netbsd-src/sys/dev/isa/
H A Dnca_isa.c150 if (bus_space_read_1(iot, ioh, reg_offset + C80_BSR) & (SCI_CSR_PERR | in nca_isa_test()
/netbsd-src/sys/arch/mac68k/dev/
H A Dsbc.c222 else if (((csr & ~(SCI_CSR_DREQ | SCI_CSR_ATN | SCI_CSR_ACK)) == (SCI_CSR_PERR | SCI_CSR_INT | SCI_CSR_PHASE_MATCH)) && in decode_5380_intr()