Home
last modified time | relevance | path

Searched refs:sci_sel_enb (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dncr5380sbc.c379 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 Dncr5380reg.h81 #define sci_sel_enb sci_r4 /* w: Select enable */ macro
/netbsd-src/sys/arch/amiga/dev/
H A Dscireg.h59 #define sci_sel_enb sci_bus_csr /* w: Select enable */
H A Dscivar.h54 volatile u_char *sci_sel_enb; /* w: Select enable */ member
H A Dempsc.c139 sc->sci_sel_enb = rp + 0x40; in empscattach()
H A Dotgsc.c139 sc->sci_sel_enb = rp + 0x40; in otgscattach()
H A Divsc.c144 sc->sci_sel_enb = rp + 8; in ivscattach()
H A Dmlhsc.c137 sc->sci_sel_enb = rp + 9; in mlhscattach()
H A Dsci.c338 *dev->sci_sel_enb = 0; in scireset()
H A Dwstsc.c151 sc->sci_sel_enb = rp + 8; in wstscattach()
/netbsd-src/sys/arch/mac68k/include/
H A Dscsi_5380.h55 #define sci_sel_enb sci_bus_csr /* w: Select enable */ macro