Searched defs:adw_softc (Results 1 – 1 of 1) sorted by relevance
731 typedef struct adw_softc { struct733 struct device sc_dev;735 bus_space_tag_t sc_iot;736 bus_space_handle_t sc_ioh;737 bus_dma_tag_t sc_dmat;738 bus_dmamap_t sc_dmamap_control; /* maps the control structures */739 bus_dmamap_t sc_dmamap_carrier; /* maps the carrier structures */740 void *sc_ih;742 struct adw_control *sc_control; /* control structures */744 struct adw_ccb *sc_ccbhash[CCB_HASH_SIZE];[all …]