Searched refs:NCR_CFG1 (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dbzivsc.c145 regs[NCR_CFG1 * 4] = 0;
146 regs[NCR_CFG1 * 4] = NCRCFG1_PARENB | 7;
148 if (regs[NCR_CFG1 * 4] != (NCRCFG1_PARENB | 7))
H A Dbzsc.c153 regs[NCR_CFG1 * 2] = 0;
154 regs[NCR_CFG1 * 2] = NCRCFG1_PARENB | 7;
156 if (regs[NCR_CFG1 * 2] != (NCRCFG1_PARENB | 7))
H A Dbztzsc.c147 regs[NCR_CFG1 * 4] = 0;
148 regs[NCR_CFG1 * 4] = NCRCFG1_PARENB | 7;
150 if (regs[NCR_CFG1 * 4] != (NCRCFG1_PARENB | 7))
H A Dcbiisc.c141 regs[NCR_CFG1 * 4] = 0;
142 regs[NCR_CFG1 * 4] = NCRCFG1_PARENB | 7;
144 if (regs[NCR_CFG1 * 4] != (NCRCFG1_PARENB | 7))
H A Dcbsc.c145 regs[NCR_CFG1 * 4] = 0;
146 regs[NCR_CFG1 * 4] = NCRCFG1_PARENB | 7;
148 if (regs[NCR_CFG1 * 4] != (NCRCFG1_PARENB | 7))
/netbsd-6-1-5-RELEASE/sys/arch/next68k/stand/boot/
H A Dscsi.c104 sr[NCR_CFG1] = NCRCFG1_SLOW | NCRCFG1_BUSID;
114 sr[NCR_CFG1] = NCRCFG1_PARENB | NCRCFG1_BUSID;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dncr53c9xreg.h115 #define NCR_CFG1 0x08 /* RW - Configuration #1 */ macro
H A Dncr53c9x.c386 NCR_WRITE_REG(sc, NCR_CFG1, sc->sc_cfg1);
400 NCR_WRITE_REG(sc, NCR_CFG1, sc->sc_cfg1);
409 NCR_WRITE_REG(sc, NCR_CFG1, sc->sc_cfg1);
/netbsd-6-1-5-RELEASE/sys/arch/vax/vsa/
H A Dasc_vsbus.c160 ncr_regs[NCR_CFG1 << 2] = 0x06; /* we're ID 6, turn on INT for SCSI reset */

Completed in 95 milliseconds