/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,
|
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...] |
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...] |
/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/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/shark/ofw/ |
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,
|
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;
|
/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,
|
oclock.c | 91 struct obio4_attach_args *oba; local in function:oclockmatch 103 oba = &uoba->uoba_oba4; 104 return (bus_space_probe(oba->oba_bustag, oba->oba_paddr, 118 struct obio4_attach_args *oba = &uoba->uoba_oba4; local in function:oclockattach 123 sc->sc_bst = oba->oba_bustag; 125 oba->oba_paddr,
|
timer_sun4.c | 159 struct obio4_attach_args *oba = &uoba->uoba_oba4; local in function:timerattach_obio_4 162 if (bus_space_map2(oba->oba_bustag, 163 oba->oba_paddr,
|
/src/sys/arch/evbarm/iq80310/ |
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);
|
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...] |
/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/macppc/macppc/ |
mainbus.c | 68 struct ofbus_attach_args oba; local in function:mainbus_attach 109 oba.oba_busname = "ofw"; 110 oba.oba_phandle = node; 111 config_found(self, &oba, NULL,
|
/src/sys/arch/evbarm/lubbock/ |
if_sm_obio.c | 129 struct obio_attach_args *oba = aux; local in function:sm_obio_match 138 if (bus_space_map(iot, oba->oba_addr, SMC_IOSIZE, 0, &ioh)) 184 struct obio_attach_args *oba = aux; local in function:sm_obio_attach 196 if (bus_space_map(iot, oba->oba_addr, SMC_IOSIZE, 0, &ioh)) 233 oba->oba_intr, IPL_NET, smintr, sc);
|
/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,
|
/src/sys/arch/evbarm/g42xxeb/ |
g42xxeb_mci.c | 123 struct obio_attach_args *oba = aux; local in function:pxamci_attach 131 bus_space_tag_t iot = oba->oba_iot;
|