/src/sys/arch/sparc/dev/ |
esp_obio.c | 62 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */ 80 static uint8_t esp_read_reg(struct ncr53c9x_softc *, int); 81 static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t); 82 static int esp_dma_isintr(struct ncr53c9x_softc *); 83 static void esp_dma_reset(struct ncr53c9x_softc *); 84 static int esp_dma_intr(struct ncr53c9x_softc *); 85 static int esp_dma_setup(struct ncr53c9x_softc *, uint8_t **, 87 static void esp_dma_go(struct ncr53c9x_softc *); 88 static void esp_dma_stop(struct ncr53c9x_softc *); 89 static int esp_dma_isactive(struct ncr53c9x_softc *); [all...] |
/src/sys/dev/tc/ |
asc_tc.c | 53 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */ 74 static uint8_t asc_read_reg(struct ncr53c9x_softc *, int); 75 static void asc_write_reg(struct ncr53c9x_softc *, int, uint8_t); 76 static int asc_dma_isintr(struct ncr53c9x_softc *); 77 static void asc_tc_reset(struct ncr53c9x_softc *); 78 static int asc_tc_intr(struct ncr53c9x_softc *); 79 static int asc_tc_setup(struct ncr53c9x_softc *, uint8_t **, 81 static void asc_tc_go(struct ncr53c9x_softc *); 82 static void asc_tc_stop(struct ncr53c9x_softc *); 83 static int asc_dma_isactive(struct ncr53c9x_softc *); [all...] |
asc_tcds.c | 84 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */ 108 static uint8_t asc_read_reg(struct ncr53c9x_softc *, int); 109 static void asc_write_reg(struct ncr53c9x_softc *, int, uint8_t); 110 static int tcds_dma_isintr(struct ncr53c9x_softc *); 111 static void tcds_dma_reset(struct ncr53c9x_softc *); 112 static int tcds_dma_intr(struct ncr53c9x_softc *); 113 static int tcds_dma_setup(struct ncr53c9x_softc *, uint8_t **, 115 static void tcds_dma_go(struct ncr53c9x_softc *); 116 static void tcds_dma_stop(struct ncr53c9x_softc *); 117 static int tcds_dma_isactive(struct ncr53c9x_softc *); [all...] |
/src/sys/arch/sun3/dev/ |
esp.c | 65 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */ 80 static uint8_t esp_read_reg(struct ncr53c9x_softc *, int); 81 static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t); 82 static int esp_dma_isintr(struct ncr53c9x_softc *); 83 static void esp_dma_reset(struct ncr53c9x_softc *); 84 static int esp_dma_intr(struct ncr53c9x_softc *); 85 static int esp_dma_setup(struct ncr53c9x_softc *, uint8_t **, size_t *, 87 static void esp_dma_go(struct ncr53c9x_softc *); 88 static void esp_dma_stop(struct ncr53c9x_softc *); 89 static int esp_dma_isactive(struct ncr53c9x_softc *); [all...] |
/src/sys/dev/podulebus/ |
esp_podule.c | 46 struct ncr53c9x_softc sc_ncr53c9x; 65 static int esp_podule_dma_isintr(struct ncr53c9x_softc *); 66 static void esp_podule_dma_reset(struct ncr53c9x_softc *); 67 static int esp_podule_dma_intr(struct ncr53c9x_softc *); 68 static int esp_podule_dma_setup(struct ncr53c9x_softc *, uint8_t **, size_t *, 70 static void esp_podule_dma_go(struct ncr53c9x_softc *); 71 static void esp_podule_dma_stop(struct ncr53c9x_softc *); 72 static int esp_podule_dma_isactive(struct ncr53c9x_softc *); 74 static uint8_t castle_read_reg(struct ncr53c9x_softc *, int); 75 static void castle_write_reg(struct ncr53c9x_softc *, int, uint8_t) [all...] |
/src/sys/arch/macppc/dev/ |
esp.c | 113 static uint8_t esp_read_reg(struct ncr53c9x_softc *, int); 114 static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t); 115 static int esp_dma_isintr(struct ncr53c9x_softc *); 116 static void esp_dma_reset(struct ncr53c9x_softc *); 117 static int esp_dma_intr(struct ncr53c9x_softc *); 118 static int esp_dma_setup(struct ncr53c9x_softc *, uint8_t **, 120 static void esp_dma_go(struct ncr53c9x_softc *); 121 static void esp_dma_stop(struct ncr53c9x_softc *); 122 static int esp_dma_isactive(struct ncr53c9x_softc *); 163 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x [all...] |
espvar.h | 34 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
|
/src/sys/dev/pcmcia/ |
esp_pcmcia.c | 55 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */ 94 uint8_t esp_pcmcia_read_reg(struct ncr53c9x_softc *, int); 95 void esp_pcmcia_write_reg(struct ncr53c9x_softc *, int, uint8_t); 96 int esp_pcmcia_dma_isintr(struct ncr53c9x_softc *); 97 void esp_pcmcia_dma_reset(struct ncr53c9x_softc *); 98 int esp_pcmcia_dma_intr(struct ncr53c9x_softc *); 99 int esp_pcmcia_dma_setup(struct ncr53c9x_softc *, uint8_t **, 101 void esp_pcmcia_dma_go(struct ncr53c9x_softc *); 102 void esp_pcmcia_dma_stop(struct ncr53c9x_softc *); 103 int esp_pcmcia_dma_isactive(struct ncr53c9x_softc *); [all...] |
/src/sys/arch/mac68k/obio/ |
espvar.h | 34 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
|
/src/sys/dev/mca/ |
espvar.h | 34 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
|
esp_mca.c | 97 static uint8_t esp_read_reg(struct ncr53c9x_softc *, int); 98 static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t); 99 static int esp_dma_isintr(struct ncr53c9x_softc *); 100 static void esp_dma_reset(struct ncr53c9x_softc *); 101 static int esp_dma_intr(struct ncr53c9x_softc *); 102 static int esp_dma_setup(struct ncr53c9x_softc *, uint8_t **, 104 static void esp_dma_go(struct ncr53c9x_softc *); 105 static void esp_dma_stop(struct ncr53c9x_softc *); 106 static int esp_dma_isactive(struct ncr53c9x_softc *); 138 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x [all...] |
/src/sys/arch/amiga/dev/ |
bzsc.c | 90 uint8_t bzsc_read_reg(struct ncr53c9x_softc *, int); 91 void bzsc_write_reg(struct ncr53c9x_softc *, int, uint8_t); 92 int bzsc_dma_isintr(struct ncr53c9x_softc *); 93 void bzsc_dma_reset(struct ncr53c9x_softc *); 94 int bzsc_dma_intr(struct ncr53c9x_softc *); 95 int bzsc_dma_setup(struct ncr53c9x_softc *, uint8_t **, 97 void bzsc_dma_go(struct ncr53c9x_softc *); 98 void bzsc_dma_stop(struct ncr53c9x_softc *); 99 int bzsc_dma_isactive(struct ncr53c9x_softc *); 167 struct ncr53c9x_softc *sc = &bsc->sc_ncr53c9x [all...] |
bzivscvar.h | 29 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
|
bzscvar.h | 29 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
|
bztzscvar.h | 29 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
|
cbiiscvar.h | 29 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
|
bzivsc.c | 80 uint8_t bzivsc_read_reg(struct ncr53c9x_softc *, int); 81 void bzivsc_write_reg(struct ncr53c9x_softc *, int, uint8_t); 82 int bzivsc_dma_isintr(struct ncr53c9x_softc *); 83 void bzivsc_dma_reset(struct ncr53c9x_softc *); 84 int bzivsc_dma_intr(struct ncr53c9x_softc *); 85 int bzivsc_dma_setup(struct ncr53c9x_softc *, uint8_t **, 87 void bzivsc_dma_go(struct ncr53c9x_softc *); 88 void bzivsc_dma_stop(struct ncr53c9x_softc *); 89 int bzivsc_dma_isactive(struct ncr53c9x_softc *); 159 struct ncr53c9x_softc *sc = &bsc->sc_ncr53c9x [all...] |
bztzsc.c | 86 uint8_t bztzsc_read_reg(struct ncr53c9x_softc *, int); 87 void bztzsc_write_reg(struct ncr53c9x_softc *, int, uint8_t); 88 int bztzsc_dma_isintr(struct ncr53c9x_softc *); 89 void bztzsc_dma_reset(struct ncr53c9x_softc *); 90 int bztzsc_dma_intr(struct ncr53c9x_softc *); 91 int bztzsc_dma_setup(struct ncr53c9x_softc *, uint8_t **, 93 void bztzsc_dma_go(struct ncr53c9x_softc *); 94 void bztzsc_dma_stop(struct ncr53c9x_softc *); 95 int bztzsc_dma_isactive(struct ncr53c9x_softc *); 161 struct ncr53c9x_softc *sc = &bsc->sc_ncr53c9x [all...] |
cbiisc.c | 80 uint8_t cbiisc_read_reg(struct ncr53c9x_softc *, int); 81 void cbiisc_write_reg(struct ncr53c9x_softc *, int, uint8_t); 82 int cbiisc_dma_isintr(struct ncr53c9x_softc *); 83 void cbiisc_dma_reset(struct ncr53c9x_softc *); 84 int cbiisc_dma_intr(struct ncr53c9x_softc *); 85 int cbiisc_dma_setup(struct ncr53c9x_softc *, uint8_t **, 87 void cbiisc_dma_go(struct ncr53c9x_softc *); 88 void cbiisc_dma_stop(struct ncr53c9x_softc *); 89 int cbiisc_dma_isactive(struct ncr53c9x_softc *); 155 struct ncr53c9x_softc *sc = &csc->sc_ncr53c9x [all...] |
cbsc.c | 80 uint8_t cbsc_read_reg(struct ncr53c9x_softc *, int); 81 void cbsc_write_reg(struct ncr53c9x_softc *, int, uint8_t); 82 int cbsc_dma_isintr(struct ncr53c9x_softc *); 83 void cbsc_dma_reset(struct ncr53c9x_softc *); 84 int cbsc_dma_intr(struct ncr53c9x_softc *); 85 int cbsc_dma_setup(struct ncr53c9x_softc *, uint8_t **, 87 void cbsc_dma_go(struct ncr53c9x_softc *); 88 void cbsc_dma_stop(struct ncr53c9x_softc *); 89 int cbsc_dma_isactive(struct ncr53c9x_softc *); 159 struct ncr53c9x_softc *sc = &csc->sc_ncr53c9x [all...] |
/src/sys/dev/ic/ |
ncr53c9xvar.h | 243 struct ncr53c9x_softc; 250 uint8_t (*gl_read_reg)(struct ncr53c9x_softc *, int); 251 void (*gl_write_reg)(struct ncr53c9x_softc *, int, uint8_t); 252 int (*gl_dma_isintr)(struct ncr53c9x_softc *); 253 void (*gl_dma_reset)(struct ncr53c9x_softc *); 254 int (*gl_dma_intr)(struct ncr53c9x_softc *); 255 int (*gl_dma_setup)(struct ncr53c9x_softc *, 257 void (*gl_dma_go)(struct ncr53c9x_softc *); 258 void (*gl_dma_stop)(struct ncr53c9x_softc *); 259 int (*gl_dma_isactive)(struct ncr53c9x_softc *); 265 struct ncr53c9x_softc { struct [all...] |
/src/sys/arch/arc/jazz/ |
asc.c | 56 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */ 86 uint8_t asc_read_reg(struct ncr53c9x_softc *, int); 87 void asc_write_reg(struct ncr53c9x_softc *, int, uint8_t); 88 int asc_dma_isintr(struct ncr53c9x_softc *); 89 void asc_dma_reset(struct ncr53c9x_softc *); 90 int asc_dma_intr(struct ncr53c9x_softc *); 91 int asc_dma_setup(struct ncr53c9x_softc *, uint8_t **, size_t *, int, size_t *); 92 void asc_dma_go(struct ncr53c9x_softc *); 93 void asc_dma_stop(struct ncr53c9x_softc *); 94 int asc_dma_isactive(struct ncr53c9x_softc *); [all...] |
/src/sys/arch/pmax/tc/ |
asc_ioasic.c | 56 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */ 84 static uint8_t asc_read_reg(struct ncr53c9x_softc *, int); 85 static void asc_write_reg(struct ncr53c9x_softc *, int, u_char); 86 static int asc_dma_isintr(struct ncr53c9x_softc *sc); 87 static void asc_ioasic_reset(struct ncr53c9x_softc *); 88 static int asc_ioasic_intr(struct ncr53c9x_softc *); 89 static int asc_ioasic_setup(struct ncr53c9x_softc *, 91 static void asc_ioasic_go(struct ncr53c9x_softc *); 92 static void asc_ioasic_stop(struct ncr53c9x_softc *); 93 static int asc_dma_isactive(struct ncr53c9x_softc *); [all...] |
/src/sys/arch/vax/vsa/ |
asc_vsbus.c | 64 struct ncr53c9x_softc sc_ncr53c9x; /* Must be first */ 102 static uint8_t asc_vsbus_read_reg(struct ncr53c9x_softc *, int); 103 static void asc_vsbus_write_reg(struct ncr53c9x_softc *, int, uint8_t); 104 static int asc_vsbus_dma_isintr(struct ncr53c9x_softc *); 105 static void asc_vsbus_dma_reset(struct ncr53c9x_softc *); 106 static int asc_vsbus_dma_intr(struct ncr53c9x_softc *); 107 static int asc_vsbus_dma_setup(struct ncr53c9x_softc *, uint8_t **, 109 static void asc_vsbus_dma_go(struct ncr53c9x_softc *); 110 static void asc_vsbus_dma_stop(struct ncr53c9x_softc *); 111 static int asc_vsbus_dma_isactive(struct ncr53c9x_softc *); [all...] |
/src/sys/dev/isa/ |
esp_isa.c | 142 uint8_t esp_isa_read_reg(struct ncr53c9x_softc *, int); 143 void esp_isa_write_reg(struct ncr53c9x_softc *, int, uint8_t); 144 int esp_isa_dma_isintr(struct ncr53c9x_softc *); 145 void esp_isa_dma_reset(struct ncr53c9x_softc *); 146 int esp_isa_dma_intr(struct ncr53c9x_softc *); 147 int esp_isa_dma_setup(struct ncr53c9x_softc *, uint8_t **, 149 void esp_isa_dma_go(struct ncr53c9x_softc *); 150 void esp_isa_dma_stop(struct ncr53c9x_softc *); 151 int esp_isa_dma_isactive(struct ncr53c9x_softc *); 251 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x [all...] |