/src/sys/arch/amiga/dev/ |
scireg.h | 59 #define sci_sel_enb sci_bus_csr /* w: Select enable */
|
scivar.h | 54 volatile u_char *sci_sel_enb; /* w: Select enable */ member in struct:sci_softc
|
empsc.c | 139 sc->sci_sel_enb = rp + 0x40;
|
otgsc.c | 139 sc->sci_sel_enb = rp + 0x40;
|
ivsc.c | 144 sc->sci_sel_enb = rp + 8;
|
mlhsc.c | 137 sc->sci_sel_enb = rp + 9;
|
sci.c | 338 *dev->sci_sel_enb = 0;
|
wstsc.c | 151 sc->sci_sel_enb = rp + 8;
|
/src/sys/arch/mac68k/include/ |
scsi_5380.h | 55 #define sci_sel_enb sci_bus_csr /* w: Select enable */ macro
|
/src/sys/dev/ic/ |
ncr5380reg.h | 81 #define sci_sel_enb sci_r4 /* w: Select enable */ macro
|
ncr5380sbc.c | 379 NCR5380_WRITE(sc, sci_sel_enb, 0); 383 NCR5380_WRITE(sc, sci_sel_enb, 0x80); 1186 NCR5380_WRITE(sc, sci_sel_enb, 0); 1289 NCR5380_WRITE(sc, sci_sel_enb, 0); 1291 NCR5380_WRITE(sc, sci_sel_enb, 0x80); 1432 NCR5380_WRITE(sc, sci_sel_enb, 0); 1482 NCR5380_WRITE(sc, sci_sel_enb, 0); 1484 NCR5380_WRITE(sc, sci_sel_enb, 0x80); 2383 NCR5380_WRITE(sc, sci_sel_enb, 0); 2385 NCR5380_WRITE(sc, sci_sel_enb, 0x80) [all...] |