HomeSort by: relevance | last modified time | path
    Searched refs:vrbcu_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpcmips/vr/
bcuvar.h 37 struct vrbcu_softc { struct
bcu_vrip.c 64 static void vrbcu_write(struct vrbcu_softc *, int, unsigned short);
65 static unsigned short vrbcu_read(struct vrbcu_softc *, int);
74 CFATTACH_DECL_NEW(vrbcu, sizeof(struct vrbcu_softc),
77 struct vrbcu_softc *the_bcu_sc = NULL;
109 vrbcu_write(struct vrbcu_softc *sc, int port, unsigned short val)
116 vrbcu_read(struct vrbcu_softc *sc, int port)
133 struct vrbcu_softc *sc = device_private(self);
149 struct vrbcu_softc *sc = the_bcu_sc;

Completed in 11 milliseconds