Searched refs:hostif (Results 1 – 2 of 2) sorted by relevance
258 struct ac97_host_if hostif; member
395 sc->hostif.arg = sc; in emuxki_ac97_init()396 sc->hostif.attach = emuxki_ac97_attach; in emuxki_ac97_init()397 sc->hostif.read = emuxki_ac97_read; in emuxki_ac97_init()398 sc->hostif.write = emuxki_ac97_write; in emuxki_ac97_init()399 sc->hostif.reset = emuxki_ac97_reset; in emuxki_ac97_init()400 sc->hostif.flags = NULL; in emuxki_ac97_init()401 return (ac97_attach(&(sc->hostif))); in emuxki_ac97_init()