/netbsd/sys/arch/evbarm/g42xxeb/ |
H A D | g42xxeb_var.h | 45 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);
|
H A D | obio.c | 63 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()
|
H A D | gb225.c | 95 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()
|
H A D | gb225_slhci.c | 80 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()
|
H A D | gb225_pcic.c | 143 struct obio_softc *bsd = device_private(device_parent(parent)); in opcic_attach() 286 struct obio_softc *bsc = in opcic_write() 354 struct obio_softc *bsc = in opcic_intr_establish() 371 struct obio_softc *bsc = in opcic_intr_disestablish()
|
H A D | g42xxeb_lcd.c | 265 struct obio_softc *osc = in lcd_ioctl() 293 struct obio_softc *osc = in lcd_show_screen() 317 struct obio_softc *osc = in lcdopen()
|
H A D | g42xxeb_kmkbd.c | 199 struct obio_softc *osc = device_private(parent); in kmkbd_attach() 377 struct obio_softc *osc = device_private(device_parent(sc->dev)); in kmkbd_read_matrix() 481 struct obio_softc *osc = device_private(device_parent(sc->dev)); in kmkbd_intr() 547 struct obio_softc *osc = device_private(device_parent(sc->dev)); in kmkbd_new_state()
|
H A D | if_ne_obio.c | 118 struct obio_softc *psc; in ne_obio_enable() 230 struct obio_softc *osc =
|
H A D | g42xxeb_mci.c | 124 struct obio_softc *osc = device_private(parent); in pxamci_attach()
|
/netbsd/sys/arch/macppc/dev/ |
H A D | obio.c | 67 struct obio_softc { struct 80 static struct obio_softc *obio0 = NULL; argument 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() 536 obio_get_cpu_speed(struct obio_softc *sc) in obio_get_cpu_speed() 556 struct obio_softc *sc = cookie; in obio_get_freq() 569 struct obio_softc *sc = cookie; in obio_set_freq() 585 struct obio_softc *sc = node.sysctl_data; in sysctl_cpuspeed_temp() 621 struct obio_softc *sc = node.sysctl_data; in sysctl_cpuspeed_cur() [all …]
|
/netbsd/sys/arch/sun2/sun2/ |
H A D | obio.c | 54 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/sys/arch/evbarm/lubbock/ |
H A D | obio.c | 69 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()
|
H A D | lubbock_var.h | 47 struct obio_softc { struct 83 void *obio_intr_establish(struct obio_softc *, int, int, int (*)(void *), void *); argument
|
H A D | lubbock_lcd.c | 240 struct obio_softc *osc = device_private(device_parent(sc->dev)); in lcd_ioctl() 264 struct obio_softc *osc = device_private(device_parent(sc->dev)); in lcd_show_screen()
|
H A D | lubbock_pcic.c | 105 struct obio_softc *bsc = device_private(device_parent(sc->sc_dev)); in lubbock_set_power()
|
/netbsd/sys/dev/marvell/ |
H A D | obio.c | 73 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/sys/arch/sun3/sun3x/ |
H A D | obio.c | 56 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/sys/arch/sun3/sun3/ |
H A D | obio.c | 57 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/sys/arch/mips/rmi/ |
H A D | rmixl_obio.c | 76 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()
|
H A D | rmixl_obiovar.h | 52 typedef struct obio_softc { struct
|
/netbsd/sys/arch/arm/gemini/ |
H A D | gemini_obio.c | 142 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()
|
H A D | gemini_pci.c | 158 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()
|
H A D | gemini_obiovar.h | 51 typedef struct obio_softc { struct
|
/netbsd/sys/arch/sparc/dev/ |
H A D | obio.c | 71 union obio_softc { union 83 CFATTACH_DECL_NEW(obio, sizeof(union obio_softc), 141 union obio_softc *usc = device_private(self); in obioattach() 183 union obio_softc *usc = device_private(self); in obioattach()
|
/netbsd/sys/arch/landisk/dev/ |
H A D | obio.c | 63 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()
|