Home | History | Annotate | Download | only in mpc5200

Lines Matching defs:oba

72 	struct obio_attach_args *oba = aux;
76 if (strcmp(oba->obio_name, "usb") == 0)
79 len = OF_getprop(oba->obio_node, "compatible", compat, sizeof(compat));
95 struct obio_attach_args *oba = aux;
102 sc->sc_bus.ub_dmatag = oba->obio_dmat;
103 sc->iot = oba->obio_bst;
109 addr = oba->obio_addr != 0 ? oba->obio_addr :
111 size = oba->obio_size != 0 ? oba->obio_size : MPC5200_USB_SIZE;
126 if (!obio_decode_interrupt(oba->obio_node, 0, &msc->sc_irq, &ist)) {