Searched refs:sci_sel_enb (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | ncr5380sbc.c | 379 NCR5380_WRITE(sc, sci_sel_enb, 0); in ncr5380_init() 383 NCR5380_WRITE(sc, sci_sel_enb, 0x80); in ncr5380_init() 1186 NCR5380_WRITE(sc, sci_sel_enb, 0); in ncr5380_reselect() 1289 NCR5380_WRITE(sc, sci_sel_enb, 0); 1291 NCR5380_WRITE(sc, sci_sel_enb, 0x80); 1432 NCR5380_WRITE(sc, sci_sel_enb, 0); in ncr5380_select() 1482 NCR5380_WRITE(sc, sci_sel_enb, 0); in ncr5380_select() 1484 NCR5380_WRITE(sc, sci_sel_enb, 0x80); in ncr5380_select() 2383 NCR5380_WRITE(sc, sci_sel_enb, 0); in ncr5380_machine() 2385 NCR5380_WRITE(sc, sci_sel_enb, in ncr5380_machine() [all...] |
H A D | ncr5380reg.h | 81 #define sci_sel_enb sci_r4 /* w: Select enable */ macro
|
/netbsd-src/sys/arch/amiga/dev/ |
H A D | scireg.h | 59 #define sci_sel_enb sci_bus_csr /* w: Select enable */
|
H A D | scivar.h | 54 volatile u_char *sci_sel_enb; /* w: Select enable */ member
|
H A D | empsc.c | 139 sc->sci_sel_enb = rp + 0x40; in empscattach()
|
H A D | otgsc.c | 139 sc->sci_sel_enb = rp + 0x40; in otgscattach()
|
H A D | ivsc.c | 144 sc->sci_sel_enb = rp + 8; in ivscattach()
|
H A D | mlhsc.c | 137 sc->sci_sel_enb = rp + 9; in mlhscattach()
|
H A D | sci.c | 338 *dev->sci_sel_enb = 0; in scireset()
|
H A D | wstsc.c | 151 sc->sci_sel_enb = rp + 8; in wstscattach()
|
/netbsd-src/sys/arch/mac68k/include/ |
H A D | scsi_5380.h | 55 #define sci_sel_enb sci_bus_csr /* w: Select enable */ macro
|