Searched refs:SCI_CSR_PERR (Results 1 – 6 of 6) sorted by relevance
143 #define SCI_CSR_PERR 0x20 /* r: Parity error */ macro
139 #define SCI_CSR_PERR 0x20 /* r: Parity error */ macro
158 #define SCI_CSR_PERR 0x20 /* r: Parity error */ macro
1614 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()
150 if (bus_space_read_1(iot, ioh, reg_offset + C80_BSR) & (SCI_CSR_PERR | in nca_isa_test()
222 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()