Searched defs:esp_softc (Results 1 – 7 of 7) sorted by relevance
33 struct esp_softc { struct34 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 …]
33 struct esp_softc { struct34 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 …]
33 struct esp_softc { struct34 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 …]
33 struct esp_softc { struct34 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 …]
61 struct esp_softc { struct74 CFATTACH_DECL_NEW(esp_obio, sizeof(struct esp_softc), argument
64 struct esp_softc { struct 74 CFATTACH_DECL_NEW(esp, sizeof(struct esp_softc), argument [all...]
64 struct esp_softc { struct80 static void espattach(struct esp_softc *, struct ncr53c9x_glue *); argument