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

  /src/sys/arch/arm/gemini/
obio_wdt.c 33 * obio attachment for GEMINI watchdog timers
65 struct obio_attach_args *obio = aux; local in function:geminiwdt_match
67 if (obio->obio_addr == OBIOCF_ADDR_DEFAULT)
70 if (obio->obio_addr == GEMINI_WATCHDOG_BASE)
80 struct obio_attach_args *obio = aux; local in function:geminiwdt_attach
83 sc->sc_addr = obio->obio_addr;
84 sc->sc_size = (obio->obio_size == OBIOCF_SIZE_DEFAULT)
86 : obio->obio_size;
93 sc->sc_iot = obio->obio_iot;
gemini_com.c 78 struct obio_attach_args *obio = aux; local in function:gemini_com_match
82 if (obio->obio_addr == -1 || obio->obio_intr == -1)
85 if (obio->obio_size == 0)
86 obio->obio_size = GEMINI_UART_SIZE;
88 if (com_is_console(obio->obio_iot, obio->obio_addr, NULL))
91 if (bus_space_map(obio->obio_iot, obio->obio_addr, obio->obio_size
106 struct obio_attach_args *obio = aux; local in function:gemini_com_attach
    [all...]
obio_lpchc.c 4 * obio attachment for GEMINI LPC Host Controller
37 struct obio_attach_args *obio = aux; local in function:gemini_lpchc_match
39 if (obio->obio_addr == OBIOCF_ADDR_DEFAULT)
42 if (obio->obio_addr == GEMINI_LPCHC_BASE)
52 struct obio_attach_args *obio = aux; local in function:gemini_lpchc_attach
58 sc->sc_addr = obio->obio_addr;
59 sc->sc_size = (obio->obio_size == OBIOCF_SIZE_DEFAULT)
60 ? GEMINI_LPCHC_SIZE : obio->obio_size;
62 sc->sc_iot = obio->obio_iot;
72 sc->sc_intr = obio->obio_intr
    [all...]
obio_ehci.c 87 struct obio_attach_args * const obio = aux; local in function:ehci_obio_match
89 if (obio->obio_addr == GEMINI_USB0_BASE
90 || obio->obio_addr == GEMINI_USB1_BASE)
100 struct obio_attach_args * const obio = aux; local in function:ehci_obio_attach
105 sc->iot = obio->obio_iot;
111 if (bus_space_map(sc->iot, obio->obio_addr, obio->obio_size, 0,
117 sc->sc_bus.ub_dmatag = obio->obio_dmat;
126 if (obio->obio_intr != OBIOCF_INTR_DEFAULT) {
127 intr_establish(obio->obio_intr, IPL_USB, IST_LEVEL
    [all...]
obio_wdc.c 73 struct obio_attach_args * const obio = aux; local in function:wdc_obio_match
75 if (obio->obio_addr == GEMINI_MIDE_BASEn(0)
76 || obio->obio_addr == GEMINI_MIDE_BASEn(1))
88 struct obio_attach_args *obio = aux; local in function:wdc_obio_attach
98 switch (obio->obio_addr) {
111 wdr->cmd_iot = obio->obio_iot;
112 wdr->ctl_iot = obio->obio_iot;
113 if (bus_space_map(wdr->cmd_iot, obio->obio_addr, GEMINI_MIDE_SIZE,
147 if (obio->obio_intr != OBIOCF_INTR_DEFAULT)
148 sc->sc_ih = intr_establish(obio->obio_intr, IPL_BIO, IST_LEVEL_HIGH
    [all...]
obio_timer.c 187 struct obio_attach_args *obio = aux; local in function:obiotimer_match
189 if ((obio->obio_addr == OBIOCF_ADDR_DEFAULT)
190 || (obio->obio_intr == OBIOCF_INTR_DEFAULT))
193 if (obiotimer_lookup(obio) == NULL)
203 struct obio_attach_args *obio = aux; local in function:obiotimer_attach
209 ip = obiotimer_lookup(obio);
215 sc->sc_iot = obio->obio_iot;
216 sc->sc_intr = obio->obio_intr;
217 sc->sc_addr = obio->obio_addr;
218 sc->sc_size = (obio->obio_size == OBIOCF_SIZE_DEFAULT
    [all...]
gemini_ipi.c 34 struct obio_attach_args *obio = aux; local in function:gemini_ipi_match
36 if (obio->obio_intr == LPCCF_INTR_DEFAULT)
46 struct obio_attach_args *obio = aux; local in function:gemini_ipi_attach
53 iot = obio->obio_iot;
66 ih = intr_establish(obio->obio_intr, IPL_NET, IST_LEVEL_HIGH,
69 ih = intr_establish(obio->obio_intr, IPL_NET, IST_EDGE_RISING,
74 device_xname(self), obio->obio_intr);
82 sc->sc_intr = obio->obio_intr;
gemini_gmac.c 231 struct obio_attach_args *obio = aux; local in function:geminigmac_match
233 if (obio->obio_addr != GEMINI_GMAC_BASE)
243 struct obio_attach_args *obio = aux; local in function:geminigmac_attach
250 sc->sc_iot = obio->obio_iot;
251 sc->sc_dmat = obio->obio_dmat;
258 error = bus_space_map(sc->sc_iot, obio->obio_addr, obio->obio_size, 0,
  /src/sys/arch/mips/rmi/
rmixl_com.c 225 struct obio_attach_args *obio = aux; local in function:rmixl_com_match
233 bst = obio->obio_eb_bst;
234 addr = obio->obio_addr;
257 struct obio_attach_args *obio = aux; local in function:rmixl_com_attach
266 bst = obio->obio_eb_bst;
267 addr = obio->obio_addr;
280 rmixl_intr_establish(obio->obio_intr, obio->obio_tmsk,
rmixl_usbi.c 91 struct obio_attach_args *obio = aux; local in function:rmixl_usbi_match
93 if (obio->obio_addr == RMIXL_IO_DEV_USB_B)
94 return rmixl_probe_4((volatile uint32_t *)RMIXL_IOREG_VADDR(obio->obio_addr));
103 struct obio_attach_args *obio = aux; local in function:rmixl_usbi_attach
111 sc->sc_eb_bst = obio->obio_eb_bst;
112 sc->sc_el_bst = obio->obio_el_bst;
113 sc->sc_addr = obio->obio_addr;
114 sc->sc_size = obio->obio_size;
115 sc->sc_dmat = obio->obio_32bit_dmat;
155 if (obio->obio_intr != OBIOCF_INTR_DEFAULT)
    [all...]
rmixl_iobus.c 105 struct obio_attach_args *obio = aux; local in function:rmixl_iobus_match
107 if (obio->obio_addr == RMIXL_IO_DEV_FLASH)
109 RMIXL_IOREG_VADDR(obio->obio_addr));
118 struct obio_attach_args *obio = aux; local in function:rmixl_iobus_attach
127 sc->sc_obio_bst = obio->obio_eb_bst;
128 sc->sc_obio_addr = obio->obio_addr;
rmixl_obio.c 126 struct obio_attach_args *obio = aux; local in function:obio_print
128 if (obio->obio_addr != OBIOCF_ADDR_DEFAULT) {
129 aprint_normal(" addr %#"PRIxBUSADDR, obio->obio_addr);
130 if (obio->obio_size != OBIOCF_SIZE_DEFAULT)
132 obio->obio_addr + (obio->obio_size - 1));
134 if (obio->obio_mult != OBIOCF_MULT_DEFAULT)
135 aprint_normal(" mult %d", obio->obio_mult);
136 if (obio->obio_intr != OBIOCF_INTR_DEFAULT)
137 aprint_normal(" intr %d", obio->obio_intr)
148 struct obio_attach_args obio; local in function:obio_search
    [all...]
rmixl_pcie.c 282 struct obio_attach_args *obio = aux; local in function:rmixl_pcie_attach
300 sc->sc_29bit_dmat = obio->obio_29bit_dmat;
301 sc->sc_32bit_dmat = obio->obio_32bit_dmat;
302 sc->sc_64bit_dmat = obio->obio_64bit_dmat;
304 sc->sc_tmsk = obio->obio_tmsk;
rmixl_pcix.c 303 struct obio_attach_args *obio = aux; local in function:rmixl_pcix_attach
310 sc->sc_29bit_dmat = obio->obio_29bit_dmat;
311 sc->sc_32bit_dmat = obio->obio_32bit_dmat;
312 sc->sc_64bit_dmat = obio->obio_64bit_dmat;
313 sc->sc_tmsk = obio->obio_tmsk;
  /src/sys/arch/macppc/dev/
zs_kgdb.c 124 int escc, escc_ch, obio, zs_offset; local in function:zs_kgdb_init
151 obio = OF_parent(escc);
153 if (OF_getprop(obio, "assigned-addresses", reg, sizeof(reg)) < 12)
zs.c 652 * on the RTxC pin. Correct for the mac68k obio zsc.
1026 int escc, escc_ch, obio, zs_offset; local in function:zscninit
1044 obio = OF_parent(escc);
1046 if (OF_getprop(obio, "assigned-addresses", reg, sizeof(reg)) < 12)

Completed in 26 milliseconds