Home
last modified time | relevance | path

Searched refs:neo_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dneo.c116 struct neo_softc { struct
170 static int nm_waitcd(struct neo_softc *); argument
171 static int nm_loadcoeff(struct neo_softc *, int, int);
172 static int nm_init(struct neo_softc *);
207 CFATTACH_DECL_NEW(neo, sizeof(struct neo_softc),
284 nm_waitcd(struct neo_softc *sc) in nm_waitcd()
303 nm_ackint(struct neo_softc *sc, uint32_t num) in nm_ackint()
318 nm_loadcoeff(struct neo_softc *sc, int dir, int num) in nm_loadcoeff()
343 struct neo_softc *sc; in neo_intr()
347 sc = (struct neo_softc *)p; in neo_intr()
[all …]