Searched refs:hostif (Results 1 – 4 of 4) sorted by relevance
1266 sc->hostif.arg = sc; in emuxki_ac97_init()1267 sc->hostif.attach = emuxki_ac97_attach; in emuxki_ac97_init()1268 sc->hostif.read = emuxki_ac97_read; in emuxki_ac97_init()1269 sc->hostif.write = emuxki_ac97_write; in emuxki_ac97_init()1270 sc->hostif.reset = emuxki_ac97_reset; in emuxki_ac97_init()1271 sc->hostif.flags = emuxki_ac97_flags; in emuxki_ac97_init()1272 return ac97_attach(&sc->hostif, sc->sc_dev, &sc->sc_lock); in emuxki_ac97_init()
150 struct ac97_host_if hostif; member
149 const struct Dbg_HostosInterface *hostif; member