Home
last modified time | relevance | path

Searched defs:sci_softc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/amiga/dev/
H A Dscivar.h41 struct sci_softc { struct
63 int (*dma_xfer_in)(struct sci_softc *, int, u_char *, int); argument
65 int (*dma_xfer_out)(struct sci_softc *, int, u_char *, int); argument
66 u_char sc_flags;
67 u_char sc_lun;
69 struct syncpar {
72 } sc_sync[8];
73 u_char sc_slave;
74 u_char sc_scsi_addr;
75 u_char sc_stat[2];
[all …]
/netbsd-src/sys/arch/sh3/dev/
H A Dsci.c139 struct sci_softc { struct
140 device_t sc_dev; /* boilerplate */
141 struct tty *sc_tty;
142 void *sc_si;
143 callout_t sc_diag_ch;
154 u_int sc_overflows,
155 sc_floods,
156 sc_errors; /* number of retries so far */
157 u_char sc_status[7]; /* copy of registers */
159 int sc_hwflags;
[all …]