Searched defs:mscp_attach_args (Results 1 – 1 of 1) sorted by relevance
151 struct mscp_attach_args { struct152 struct mscp_ctlr *ma_mc; /* Pointer to ctlr's mscp_ctlr */153 int ma_type; /* disk/tape bus type */154 struct mscp_pack *ma_uda; /* comm area virtual */155 struct mscp_softc **ma_softc; /* backpointer to bus softc */156 bus_dmamap_t ma_dmam; /* This comm area dma info */157 bus_dma_tag_t ma_dmat;158 bus_space_tag_t ma_iot;159 bus_space_handle_t ma_iph; /* initialisation and polling */160 bus_space_handle_t ma_sah; /* status & address (read part) */[all …]