HomeSort by: relevance | last modified time | path
    Searched defs:vrc4172gpio_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/hpcmips/vr/
vrc4172gpio.c 84 struct vrc4172gpio_softc { struct
113 void vrc4172gpio_intr_dump(struct vrc4172gpio_softc *, int);
115 static void vrc4172gpio_diffport(struct vrc4172gpio_softc *);
117 static u_int16_t read_2(struct vrc4172gpio_softc *, bus_addr_t);
118 static void write_2(struct vrc4172gpio_softc *, bus_addr_t, u_int16_t);
119 static u_int32_t read_4(struct vrc4172gpio_softc *, bus_addr_t);
120 static void write_4(struct vrc4172gpio_softc *, bus_addr_t, u_int32_t);
140 CFATTACH_DECL_NEW(vrc4172gpio, sizeof(struct vrc4172gpio_softc),
147 read_2(struct vrc4172gpio_softc *sc, bus_addr_t off)
153 write_2(struct vrc4172gpio_softc *sc, bus_addr_t off, u_int16_t data
    [all...]

Completed in 24 milliseconds