Lines Matching defs:obio
4 * obio attachment for GEMINI LPC Host Controller
37 struct obio_attach_args *obio = aux;
39 if (obio->obio_addr == OBIOCF_ADDR_DEFAULT)
42 if (obio->obio_addr == GEMINI_LPCHC_BASE)
52 struct obio_attach_args *obio = aux;
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;
73 if (obio->obio_intr != OBIOCF_INTR_DEFAULT) {
74 ih = intr_establish(obio->obio_intr, IPL_SERIAL,
78 device_xname(self), obio->obio_intr);
87 lpchc.lpchc_iot = obio->obio_iot;