Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/i386/pci/
H A Dviapcib.c84 struct viapcib_softc { struct
98 static int viapcib_clear(struct viapcib_softc *); argument
99 static int viapcib_busy(struct viapcib_softc *);
132 CFATTACH_DECL_NEW(viapcib, sizeof(struct viapcib_softc),
156 struct viapcib_softc *sc = device_private(self); in viapcib_attach()
223 viapcib_wait(struct viapcib_softc *sc) in viapcib_wait()
251 viapcib_clear(struct viapcib_softc *sc) in viapcib_clear()
262 viapcib_busy(struct viapcib_softc *sc) in viapcib_busy()
275 struct viapcib_softc *sc; in viapcib_exec()
282 sc = (struct viapcib_softc *)opaque; in viapcib_exec()
[all …]