Home
last modified time | relevance | path

Searched refs:obio_softc (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/src/sys/arch/evbarm/g42xxeb/
Dg42xxeb_var.h45 struct obio_softc { struct
82 void *obio_intr_establish(struct obio_softc *, int, int, int, argument
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);
Dobio.c63 CFATTACH_DECL_NEW(obio, sizeof(struct obio_softc), obio_match, obio_attach,
86 struct obio_softc *sc = (struct obio_softc *)arg; in obio_intr()
153 struct obio_softc *sc = (struct obio_softc *)arg; in obio_softint()
207 struct obio_softc *sc = device_private(self); in obio_attach()
276 struct obio_softc *sc = device_private(parent); in obio_search()
291 obio_intr_establish(struct obio_softc *sc, int irq, int ipl, in obio_intr_establish()
353 obio_intr_disestablish(struct obio_softc *sc, int irq, int (* func)(void *)) in obio_intr_disestablish()
378 obio_intr_mask(struct obio_softc *sc, struct obio_handler *ih) in obio_intr_mask()
397 obio_intr_unmask(struct obio_softc *sc, struct obio_handler *ih) in obio_intr_unmask()
416 obio_peripheral_reset(struct obio_softc *bsc, int no, int onoff) in obio_peripheral_reset()
Dgb225.c95 struct obio_softc *psc = device_private(parent); in opio_match()
108 struct obio_softc *bsc = device_private(parent); in opio_attach()
222 struct obio_softc *bsc = in opio_intr()
275 struct obio_softc *osc = in opio_debounce()
Dgb225_slhci.c80 struct obio_softc *bsc = device_private(device_parent(parent)); in slhci_opio_match()
123 struct obio_softc *bsc = in slhci_opio_attach()
190 struct obio_softc *bsc; in slhci_opio_enable_intr()
Dgb225_pcic.c142 struct obio_softc *bsd = device_private(device_parent(parent)); in opcic_attach()
285 struct obio_softc *bsc = in opcic_write()
353 struct obio_softc *bsc = in opcic_intr_establish()
370 struct obio_softc *bsc = in opcic_intr_disestablish()
Dg42xxeb_lcd.c264 struct obio_softc *osc = in lcd_ioctl()
292 struct obio_softc *osc = in lcd_show_screen()
316 struct obio_softc *osc = in lcdopen()
Dg42xxeb_kmkbd.c198 struct obio_softc *osc = device_private(parent); in kmkbd_attach()
376 struct obio_softc *osc = device_private(device_parent(sc->dev)); in kmkbd_read_matrix()
480 struct obio_softc *osc = device_private(device_parent(sc->dev)); in kmkbd_intr()
546 struct obio_softc *osc = device_private(device_parent(sc->dev)); in kmkbd_new_state()
Dif_ne_obio.c118 struct obio_softc *psc; in ne_obio_enable()
230 struct obio_softc *osc =
Dg42xxeb_mci.c124 struct obio_softc *osc = device_private(parent); in pxamci_attach()
/netbsd/src/sys/arch/macppc/dev/
Dobio.c67 struct obio_softc { struct
80 static struct obio_softc *obio0 = NULL; argument
83 static void obio_setup_gpios(struct obio_softc *, int);
84 static void obio_set_cpu_speed(struct obio_softc *, int);
85 static int obio_get_cpu_speed(struct obio_softc *);
97 CFATTACH_DECL_NEW(obio, sizeof(struct obio_softc),
128 struct obio_softc *sc = device_private(self); in obio_attach()
359 struct obio_softc *sc = device_private(dev); in obio_setup_cpufreq()
368 obio_setup_gpios(struct obio_softc *sc, int node) in obio_setup_gpios()
495 obio_set_cpu_speed(struct obio_softc *sc, int fast) in obio_set_cpu_speed()
[all …]
/netbsd/src/sys/arch/sun2/sun2/
Dobio.c54 struct obio_softc { struct
60 CFATTACH_DECL_NEW(obio, sizeof(struct obio_softc), argument
104 struct obio_softc *sc = device_private(self); in obio_attach()
151 struct obio_softc *sc = t->cookie; in _obio_bus_map()
161 struct obio_softc *sc = t->cookie; in obio_bus_mmap()
196 struct obio_softc *sc = t->cookie; in _obio_bus_peek()
206 struct obio_softc *sc = t->cookie; in _obio_bus_poke()
/netbsd/src/sys/arch/evbarm/lubbock/
Dobio.c69 CFATTACH_DECL_NEW(obio, sizeof(struct obio_softc), obio_match, obio_attach,
94 struct obio_softc *sc = (struct obio_softc *)arg; in obio_intr()
161 struct obio_softc *sc = (struct obio_softc *)arg; in obio_softintr()
212 struct obio_softc *sc = device_private(self); in obio_attach()
294 struct obio_softc *sc = device_private(parent); in obio_search()
309 obio_intr_establish(struct obio_softc *sc, in obio_intr_establish()
Dlubbock_var.h47 struct obio_softc { struct
83 void *obio_intr_establish(struct obio_softc *, int, int, int (*)(void *), void *); argument
Dlubbock_lcd.c239 struct obio_softc *osc = device_private(device_parent(sc->dev)); in lcd_ioctl()
263 struct obio_softc *osc = device_private(device_parent(sc->dev)); in lcd_show_screen()
Dlubbock_pcic.c104 struct obio_softc *bsc = device_private(device_parent(sc->sc_dev)); in lubbock_set_power()
/netbsd/src/sys/dev/marvell/
Dobio.c73 struct obio_softc { struct
78 CFATTACH_DECL_NEW(obio, sizeof(struct obio_softc), argument
103 struct obio_softc *sc = device_private(self); in obio_attach()
164 struct obio_softc *sc = device_private(parent); in obio_cfsearch()
/netbsd/src/sys/arch/sun3/sun3x/
Dobio.c56 struct obio_softc { struct
61 CFATTACH_DECL_NEW(obio, sizeof(struct obio_softc), argument
163 struct obio_softc *sc = device_private(self); in obio_attach()
392 struct obio_softc *sc = t->cookie; in obio_bus_map()
402 struct obio_softc *sc = t->cookie; in obio_bus_mmap()
/netbsd/src/sys/arch/sun3/sun3/
Dobio.c57 struct obio_softc { struct
63 CFATTACH_DECL_NEW(obio, sizeof(struct obio_softc), argument
120 struct obio_softc *sc = device_private(self); in obio_attach()
397 struct obio_softc *sc = t->cookie; in obio_bus_map()
407 struct obio_softc *sc = t->cookie; in obio_bus_mmap()
/netbsd/src/sys/arch/mips/rmi/
Drmixl_obio.c76 static void obio_bus_init(struct obio_softc *);
81 CFATTACH_DECL_NEW(obio_rmixl, sizeof(struct obio_softc),
101 struct obio_softc *sc = device_private(self); in obio_attach()
147 struct obio_softc *sc = device_private(parent); in obio_search()
168 obio_bus_init(struct obio_softc *sc) in obio_bus_init()
Drmixl_obiovar.h52 typedef struct obio_softc { struct
/netbsd/src/sys/arch/arm/gemini/
Dgemini_obio.c142 static void obio_attach_critical(struct obio_softc *);
145 CFATTACH_DECL_NEW(obio, sizeof(struct obio_softc),
158 struct obio_softc *sc = device_private(self); in obio_attach()
236 struct obio_softc * const sc = device_private(parent); in obio_search()
358 obio_attach_critical(struct obio_softc *sc) in obio_attach_critical()
Dgemini_pci.c158 struct obio_softc *sc = cookie; in gemini_pci_init()
273 gemini_pci_conf_setup(struct obio_softc *sc, pcitag_t tag, int offset, in gemini_pci_conf_setup()
295 struct obio_softc *sc = v; in gemini_pci_conf_read()
332 struct obio_softc *sc = v; in gemini_pci_conf_write()
Dgemini_obiovar.h51 typedef struct obio_softc { struct
/netbsd/src/sys/arch/sparc/dev/
Dobio.c70 union obio_softc { union
82 CFATTACH_DECL_NEW(obio, sizeof(union obio_softc),
140 union obio_softc *usc = device_private(self); in obioattach()
182 union obio_softc *usc = device_private(self); in obioattach()
/netbsd/src/sys/arch/landisk/dev/
Dobio.c63 struct obio_softc { struct
75 CFATTACH_DECL_NEW(obio, sizeof(struct obio_softc), argument
92 struct obio_softc *sc = device_private(self); in obio_attach()
118 struct obio_softc *sc = device_private(parent); in obio_search()

12