Home
last modified time | relevance | path

Searched defs:ami_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Damivar.h85 struct ami_softc { struct
96 int (*sc_init)(struct ami_softc *sc); argument
97 int (*sc_exec)(struct ami_softc *sc, argument
99 int (*sc_done)(struct ami_softc *sc, argument
101 int (*sc_poll)(struct ami_softc *sc, argument
103 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 …]