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

  /src/sys/dev/marvell/
obio.c 73 struct obio_softc { struct
78 CFATTACH_DECL_NEW(obio, sizeof(struct obio_softc),
103 struct obio_softc *sc = device_private(self);
164 struct obio_softc *sc = device_private(parent);
  /src/sys/arch/sun2/sun2/
obio.c 54 struct obio_softc { struct
60 CFATTACH_DECL_NEW(obio, sizeof(struct obio_softc),
104 struct obio_softc *sc = device_private(self);
151 struct obio_softc *sc = t->cookie;
161 struct obio_softc *sc = t->cookie;
196 struct obio_softc *sc = t->cookie;
206 struct obio_softc *sc = t->cookie;
  /src/sys/arch/arm/gemini/
gemini_obiovar.h 51 typedef struct obio_softc { struct
  /src/sys/arch/evbarm/g42xxeb/
g42xxeb_var.h 45 struct obio_softc { struct
82 void *obio_intr_establish(struct obio_softc *, int, int, int,
84 void obio_intr_disestablish(struct obio_softc *, int, int (*)(void *));
85 void obio_intr_mask(struct obio_softc *, struct obio_handler *);
86 void obio_intr_unmask(struct obio_softc *, struct obio_handler *);
92 void obio_peripheral_reset(struct obio_softc *, int, int);
  /src/sys/arch/mips/rmi/
rmixl_obiovar.h 52 typedef struct obio_softc { struct
  /src/sys/arch/evbarm/lubbock/
lubbock_var.h 47 struct obio_softc { struct
83 void *obio_intr_establish(struct obio_softc *, int, int, int (*)(void *), void *);
  /src/sys/arch/sun3/sun3x/
obio.c 56 struct obio_softc { struct
61 CFATTACH_DECL_NEW(obio, sizeof(struct obio_softc),
163 struct obio_softc *sc = device_private(self);
392 struct obio_softc *sc = t->cookie;
402 struct obio_softc *sc = t->cookie;
  /src/sys/arch/sparc/dev/
obio.c 70 union obio_softc { union
82 CFATTACH_DECL_NEW(obio, sizeof(union obio_softc),
140 union obio_softc *usc = device_private(self);
182 union obio_softc *usc = device_private(self);
  /src/sys/arch/sun3/sun3/
obio.c 57 struct obio_softc { struct
63 CFATTACH_DECL_NEW(obio, sizeof(struct obio_softc),
120 struct obio_softc *sc = device_private(self);
397 struct obio_softc *sc = t->cookie;
407 struct obio_softc *sc = t->cookie;
  /src/sys/arch/landisk/dev/
obio.c 63 struct obio_softc { struct
75 CFATTACH_DECL_NEW(obio, sizeof(struct obio_softc),
92 struct obio_softc *sc = device_private(self);
118 struct obio_softc *sc = device_private(parent);
  /src/sys/arch/macppc/dev/
obio.c 71 struct obio_softc { struct
89 static struct obio_softc *obio0 = NULL;
91 static void obio_setup_gpios(struct obio_softc *, int);
92 static void obio_set_cpu_speed(struct obio_softc *, int);
93 static int obio_get_cpu_speed(struct obio_softc *);
126 CFATTACH_DECL_NEW(obio, sizeof(struct obio_softc),
157 struct obio_softc *sc = device_private(self);
429 struct obio_softc *sc = device_private(dev);
438 obio_setup_gpios(struct obio_softc *sc, int node)
621 obio_set_cpu_speed(struct obio_softc *sc, int fast
    [all...]

Completed in 18 milliseconds