Searched defs:pcscp_softc (Results 1 – 1 of 1) sorted by relevance
63 struct pcscp_softc { struct64 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */66 bus_space_tag_t sc_st; /* bus space tag */67 bus_space_handle_t sc_sh; /* bus space handle */68 void *sc_ih; /* interrupt cookie */70 bus_dma_tag_t sc_dmat; /* DMA tag */72 bus_dmamap_t sc_xfermap; /* DMA map for transfers */74 u_int32_t *sc_mdladdr; /* MDL array */98 sizeof(struct pcscp_softc), pcscp_match, pcscp_attach argument