Home
last modified time | relevance | path

Searched defs:esp_softc (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/mac68k/obio/
H A Despvar.h33 struct esp_softc { struct
34 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
36 volatile uint8_t *sc_reg; /* the registers */
37 volatile uint32_t *sc_dreqreg; /* DREQ register for DAFB */
39 int sc_active; /* Pseudo-DMA state vars */
40 int sc_datain;
41 size_t sc_dmasize;
42 uint8_t **sc_dmaaddr;
43 size_t *sc_dmalen;
44 int sc_tc; /* used in PIO */
[all …]
/netbsd-src/sys/arch/next68k/dev/
H A Despvar.h33 struct esp_softc { struct
34 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
35 struct nextdma_softc *sc_dma;
36 bus_space_tag_t sc_bst;
37 bus_space_handle_t sc_bsh; /* the device registers */
39 uint8_t **sc_dmaaddr; /* saved argument to esp_dma_setup */
40 size_t *sc_dmalen; /* saved argument to esp_dma_setup */
41 size_t sc_dmasize; /* saved argument to esp_dma_setup */
42 int sc_datain; /* saved argument to esp_dma_setup */
49 int sc_loaded; /* used by continue callback to remember
[all …]
/netbsd-src/sys/arch/macppc/dev/
H A Despvar.h33 struct esp_softc { struct
34 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
36 struct intrhand sc_ih; /* intr handler */
38 volatile uint8_t *sc_reg; /* the registers */
40 dbdma_regmap_t *sc_dmareg; /* DMA registers */
41 dbdma_command_t *sc_dmacmd; /* command area for DMA */
44 int sc_node; /* PROM node ID */
45 int sc_pri; /* SBUS priority */
47 size_t sc_dmasize;
48 uint8_t **sc_dmaaddr;
[all …]
/netbsd-src/sys/dev/mca/
H A Despvar.h33 struct esp_softc { struct
34 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
35 bus_space_tag_t sc_iot;
37 bus_space_handle_t sc_ioh; /* the device registers */
38 bus_space_handle_t sc_esp_ioh; /* the 'esp' registers */
40 bus_dma_tag_t sc_dmat;
42 void *sc_ih;
44 bus_dmamap_t sc_xfer;
46 uint8_t **sc_xfer_addr;
47 size_t *sc_xfer_len;
[all …]
/netbsd-src/sys/arch/sparc/dev/
H A Desp_obio.c61 struct esp_softc { struct
74 CFATTACH_DECL_NEW(esp_obio, sizeof(struct esp_softc), argument
/netbsd-src/sys/arch/sun3/dev/
H A Desp.c64 struct esp_softc { struct
74 CFATTACH_DECL_NEW(esp, sizeof(struct esp_softc), argument
[all...]
/netbsd-src/sys/dev/sbus/
H A Desp_sbus.c64 struct esp_softc { struct
80 static void espattach(struct esp_softc *, struct ncr53c9x_glue *); argument