Searched defs:pcscp_softc (Results 1 – 1 of 1) sorted by relevance
67 struct pcscp_softc { struct68 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */70 bus_space_tag_t sc_st; /* bus space tag */71 bus_space_handle_t sc_sh; /* bus space handle */72 void *sc_ih; /* interrupt cookie */74 bus_dma_tag_t sc_dmat; /* DMA tag */76 bus_dmamap_t sc_xfermap; /* DMA map for transfers */78 uint32_t *sc_mdladdr; /* MDL array */102 CFATTACH_DECL_NEW(pcscp, sizeof(struct pcscp_softc), argument