Searched defs:ami_softc (Results 1 – 1 of 1) sorted by relevance
85 struct ami_softc { struct96 int (*sc_init)(struct ami_softc *sc); argument97 int (*sc_exec)(struct ami_softc *sc, argument99 int (*sc_done)(struct ami_softc *sc, argument101 int (*sc_poll)(struct ami_softc *sc, argument103 int (*sc_ioctl)(struct device *, u_long, caddr_t);105 bus_space_tag_t sc_iot;106 bus_space_handle_t sc_ioh;107 bus_dma_tag_t sc_dmat;109 struct ami_ccb *sc_ccbs;[all …]