Lines Matching defs:esp_softc
33 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;
49 volatile int sc_flags;