| /src/sys/arch/evbarm/hdl_g/ |
| obio.c | 96 struct obio_attach_args *oba = aux; local in function:obio_print 98 aprint_normal(" addr 0x%08lx", oba->oba_addr); 99 if (oba->oba_size != OBIOCF_SIZE_DEFAULT) 100 aprint_normal("-0x%08lx", oba->oba_addr + (oba->oba_size - 1)); 101 if (oba->oba_width != OBIOCF_WIDTH_DEFAULT) 102 aprint_normal(" width %d", oba->oba_width); 103 if (oba->oba_irq != -1) 104 aprint_normal(" xint %d", oba->oba_irq - ICU_INT_XINT0); 112 struct obio_attach_args oba; local in function:obio_search [all...] |
| com_obio.c | 72 struct obio_attach_args *oba = aux; local in function:com_obio_attach 81 error = bus_space_map(oba->oba_st, oba->oba_addr, 8, 0, &ioh); 82 com_init_regs(&sc->sc_regs, oba->oba_st, ioh, oba->oba_addr); 91 osc->sc_ih = i80321_intr_establish(oba->oba_irq, IPL_SERIAL, 95 "unable to establish interrupt at irq %d\n", oba->oba_irq);
|
| /src/sys/arch/evbarm/iq80321/ |
| obio.c | 113 struct obio_attach_args *oba = aux; local in function:obio_print 115 aprint_normal(" addr 0x%08lx", oba->oba_addr); 116 if (oba->oba_size != OBIOCF_SIZE_DEFAULT) 117 aprint_normal("-0x%08lx", oba->oba_addr + (oba->oba_size - 1)); 118 if (oba->oba_width != OBIOCF_WIDTH_DEFAULT) 119 aprint_normal(" width %d", oba->oba_width); 120 if (oba->oba_irq != -1) 121 aprint_normal(" xint %d", oba->oba_irq - ICU_INT_XINT0); 129 struct obio_attach_args oba; local in function:obio_search [all...] |
| com_obio.c | 72 struct obio_attach_args *oba = aux; local in function:com_obio_attach 81 error = bus_space_map(oba->oba_st, oba->oba_addr, 8, 0, &ioh); 87 com_init_regs(&sc->sc_regs, oba->oba_st, ioh, oba->oba_addr); 91 osc->sc_ih = i80321_intr_establish(oba->oba_irq, IPL_SERIAL, 95 "unable to establish interrupt at irq %d\n", oba->oba_irq);
|
| /src/sys/arch/evbarm/iyonix/ |
| obio.c | 112 struct obio_attach_args *oba = aux; local in function:obio_print 114 aprint_normal(" addr 0x%08lx", oba->oba_addr); 115 if (oba->oba_size != OBIOCF_SIZE_DEFAULT) 116 aprint_normal("-0x%08lx", oba->oba_addr + (oba->oba_size - 1)); 117 if (oba->oba_width != OBIOCF_WIDTH_DEFAULT) 118 aprint_normal(" width %d", oba->oba_width); 119 if (oba->oba_irq != -1) 120 aprint_normal(" xint %d", oba->oba_irq - ICU_INT_XINT0); 128 struct obio_attach_args oba; local in function:obio_search [all...] |
| com_obio.c | 71 struct obio_attach_args *oba = aux; local in function:com_obio_attach 80 error = bus_space_map(oba->oba_st, oba->oba_addr, 8, 0, &ioh); 81 com_init_regs(&sc->sc_regs, oba->oba_st, ioh, oba->oba_addr); 90 osc->sc_ih = i80321_intr_establish(oba->oba_irq, IPL_SERIAL, 94 "unable to establish interrupt at irq %d\n", oba->oba_irq);
|
| /src/sys/arch/iyonix/iyonix/ |
| obio.c | 112 struct obio_attach_args *oba = aux; local in function:obio_print 114 aprint_normal(" addr 0x%08lx", oba->oba_addr); 115 if (oba->oba_size != OBIOCF_SIZE_DEFAULT) 116 aprint_normal("-0x%08lx", oba->oba_addr + (oba->oba_size - 1)); 117 if (oba->oba_width != OBIOCF_WIDTH_DEFAULT) 118 aprint_normal(" width %d", oba->oba_width); 119 if (oba->oba_irq != -1) 120 aprint_normal(" xint %d", oba->oba_irq - ICU_INT_XINT0); 128 struct obio_attach_args oba; local in function:obio_search [all...] |
| com_obio.c | 71 struct obio_attach_args *oba = aux; local in function:com_obio_attach 80 error = bus_space_map(oba->oba_st, oba->oba_addr, 8, 0, &ioh); 81 com_init_regs(&sc->sc_regs, oba->oba_st, ioh, oba->oba_addr); 90 osc->sc_ih = i80321_intr_establish(oba->oba_irq, IPL_SERIAL, 94 "unable to establish interrupt at irq %d\n", oba->oba_irq);
|
| /src/sys/arch/evbarm/adi_brh/ |
| obio.c | 114 struct obio_attach_args *oba = aux; local in function:obio_print 116 aprint_normal(" addr 0x%08lx", oba->oba_addr); 117 if (oba->oba_size != OBIOCF_SIZE_DEFAULT) 118 aprint_normal("-0x%08lx", oba->oba_addr + (oba->oba_size - 1)); 119 if (oba->oba_width != OBIOCF_WIDTH_DEFAULT) 120 aprint_normal(" width %d", oba->oba_width); 121 if (oba->oba_irq != OBIOCF_IRQ_DEFAULT) 122 aprint_normal(" irq %d", oba->oba_irq); 130 struct obio_attach_args oba; local in function:obio_search [all...] |
| com_obio.c | 74 struct obio_attach_args *oba = aux; local in function:com_obio_attach 83 error = bus_space_map(oba->oba_st, oba->oba_addr, 8, 0, &ioh); 89 com_init_regs(&sc->sc_regs, oba->oba_st, ioh, oba->oba_addr); 93 osc->sc_ih = becc_intr_establish(oba->oba_irq, IPL_SERIAL, 97 "unable to establish interrupt at irq %d\n", oba->oba_irq);
|
| /src/sys/arch/evbarm/iq80310/ |
| obio.c | 134 struct obio_attach_args *oba = aux; local in function:obio_print 136 aprint_normal(" addr 0x%08lx", oba->oba_addr); 137 if (oba->oba_size != OBIOCF_SIZE_DEFAULT) 138 aprint_normal("-0x%08lx", oba->oba_addr + (oba->oba_size - 1)); 139 if (oba->oba_width != OBIOCF_WIDTH_DEFAULT) 140 aprint_normal(" width %d", oba->oba_width); 141 if (oba->oba_irq != -1) 142 aprint_normal(" xint3 %d", IRQ_XINT3(oba->oba_irq)); 150 struct obio_attach_args oba; local in function:obio_search [all...] |
| com_obio.c | 71 struct obio_attach_args *oba = aux; local in function:com_obio_attach 80 error = bus_space_map(oba->oba_st, oba->oba_addr, 8, 0, &ioh); 86 com_init_regs(&sc->sc_regs, oba->oba_st, ioh, oba->oba_addr); 89 osc->sc_ih = iq80310_intr_establish(oba->oba_irq, IPL_SERIAL, 94 oba->oba_irq);
|
| /src/sys/arch/sparc/dev/ |
| dma_obio.c | 61 struct obio4_attach_args *oba; local in function:dmamatch_obio 66 oba = &uoba->uoba_oba4; 67 return bus_space_probe(oba->oba_bustag, oba->oba_paddr, 80 struct obio4_attach_args *oba = &uoba->uoba_oba4; local in function:dmaattach_obio 83 sc->sc_bustag = oba->oba_bustag; 84 sc->sc_dmatag = oba->oba_dmatag; 86 if (bus_space_map(oba->oba_bustag, oba->oba_paddr,
|
| cgsix_obio.c | 80 struct obio4_attach_args *oba; local in function:cgsixmatch 85 oba = &uoba->uoba_oba4; 86 return (bus_space_probe(oba->oba_bustag, 87 oba->oba_paddr + CGSIX_FHC_OFFSET, 110 struct obio4_attach_args *oba; local in function:cgsixattach 118 oba = &uoba->uoba_oba4; 121 sc->sc_bustag = oba->oba_bustag; 122 sc->sc_paddr = (bus_addr_t)oba->oba_paddr; 138 if (bus_space_map(oba->oba_bustag, 139 oba->oba_paddr + CGSIX_BT_OFFSET [all...] |
| bwtwo_obio.c | 121 struct obio4_attach_args *oba; local in function:bwtwomatch_obio 126 oba = &uoba->uoba_oba4; 127 return (bus_space_probe(oba->oba_bustag, oba->oba_paddr, 139 struct obio4_attach_args *oba; local in function:bwtwoattach_obio 147 oba = &uoba->uoba_oba4; 150 sc->sc_bustag = oba->oba_bustag; 151 sc->sc_paddr = (bus_addr_t)oba->oba_paddr; 170 if (bus_space_map(oba->oba_bustag, 171 oba->oba_paddr [all...] |
| /src/sys/arch/evbarm/npwr_fc/ |
| com_obio.c | 72 struct obio_attach_args *oba = aux; local in function:com_obio_attach 81 error = bus_space_map(oba->oba_st, oba->oba_addr, 8, 0, &ioh); 82 com_init_regs(&sc->sc_regs, oba->oba_st, ioh, oba->oba_addr); 91 osc->sc_ih = i80321_intr_establish(oba->oba_irq, IPL_SERIAL, 95 "unable to establish interrupt at irq %d\n", oba->oba_irq);
|
| /src/sys/arch/sparc/sparc/ |
| eeprom.c | 74 struct obio4_attach_args *oba; local in function:eeprom_match 90 oba = &uoba->uoba_oba4; 91 return (bus_space_probe(oba->oba_bustag, oba->oba_paddr, 103 struct obio4_attach_args *oba = &uoba->uoba_oba4; local in function:eeprom_attach 109 if (bus_space_map(oba->oba_bustag, 110 oba->oba_paddr,
|
| /src/sys/dev/ofw/ |
| ofbus.c | 53 struct ofbus_attach_args *oba = aux; local in function:ofbus_print 56 aprint_normal("%s at %s", oba->oba_ofname, pnp); 58 aprint_normal(" (%s)", oba->oba_ofname); 65 struct ofbus_attach_args *oba = aux; local in function:ofbus_match 67 if (strcmp(oba->oba_busname, "ofw")) 69 if (!OF_child(oba->oba_phandle)) 117 struct ofbus_attach_args *oba = aux; local in function:ofbus_attach 123 rootbus = oba->oba_phandle == OF_finddevice("/"); 132 model_len = OF_getprop(oba->oba_phandle, "model", 134 banner_len = OF_getprop(oba->oba_phandle, "banner-name" [all...] |
| /src/sys/arch/shark/ofw/ |
| ofisascr.c | 66 struct ofbus_attach_args *oba = aux; local in function:ofisascrprobe 71 if ( OF_getprop(oba->oba_phandle, "device_type", type, 73 OF_getprop(oba->oba_phandle, "name", name, sizeof(name)) < 0 || 85 struct ofbus_attach_args *oba = aux; local in function:ofisascrattach 105 ia.ia_aux = (void *)oba->oba_phandle;
|
| ofisa_machdep.c | 79 struct ofbus_attach_args *oba = aux; local in function:ofisa_md_match 87 if (OF_getprop(oba->oba_phandle, "device_type", type, 90 OF_getprop(oba->oba_phandle, "name", name,
|
| com_ofisa_machdep.c | 65 if (OF_getprop(aa->oba.oba_phandle, "device_type", 68 OF_getprop(aa->oba.oba_phandle, "name", name,
|
| /src/sys/arch/sun2/sun2/ |
| clock.c | 151 struct obio_attach_args *oba = args; local in function:clock_match 160 if (bus_space_map(oba->oba_bustag, oba->oba_paddr, 163 matched = (bus_space_peek_2(oba->oba_bustag, bh, 0, NULL) == 0); 164 bus_space_unmap(oba->oba_bustag, bh, sizeof(struct am9513)); 169 if (oba->oba_pri == -1) 170 oba->oba_pri = CLOCK_PRI; 178 struct obio_attach_args *oba = args; local in function:clock_attach 186 if (bus_space_map(oba->oba_bustag, oba->oba_paddr [all...] |
| obio.c | 105 struct obio_attach_args oba; local in function:obio_attach 129 oba = *ma; 130 oba.oba_bustag = &obio_space_tag; 131 oba.oba_paddr = LOCATOR_REQUIRED; 132 oba.oba_pri = LOCATOR_OPTIONAL; 136 oba.oba_name = *cpp; 137 config_search(self, &oba, 142 oba.oba_name = NULL; 143 config_search(self, &oba,
|
| tod.c | 128 struct obio_attach_args *oba = args; local in function:tod_obio_match 137 if (bus_space_map(oba->oba_bustag, oba->oba_paddr, MM58167REG_BANK_SZ, 140 matched = (bus_space_peek_1(oba->oba_bustag, bh, 0, NULL) == 0); 141 bus_space_unmap(oba->oba_bustag, bh, MM58167REG_BANK_SZ); 148 struct obio_attach_args *oba = args; local in function:tod_obio_attach 157 sc->mm58167_regt = oba->oba_bustag; 158 if (bus_space_map(oba->oba_bustag, oba->oba_paddr, MM58167REG_BANK_SZ,
|
| /src/sys/arch/evbarm/iq31244/ |
| wdc_obio.c | 77 struct obio_attach_args *oba = aux; local in function:wdc_obio_attach 82 wdr->cmd_iot = oba->oba_st; 83 wdr->ctl_iot = oba->oba_st; 84 if (bus_space_map(wdr->cmd_iot, oba->oba_addr, IQ31244_CFLASH_SIZE, 124 if (oba->oba_irq != -1) 125 sc->sc_ih = i80321_intr_establish(oba->oba_irq, IPL_BIO,
|