Lines Matching defs:paa
78 struct plb_attach_args *paa = aux;
80 if (strcmp(paa->plb_name, match->cf_name) != 0)
88 paa->plb_addr = match->cf_loc[PLBCF_ADDR];
89 paa->plb_irq = match->cf_loc[PLBCF_IRQ];
97 struct plb_attach_args *paa = aux;
106 sc->sc_bus.ub_dmatag = paa->plb_dmat;
110 ohci_plb_tag.pbs_base = paa->plb_addr;
111 ohci_plb_tag.pbs_limit = paa->plb_addr + OHCI_PLB_SIZE;
116 bus_space_map(sc->iot, paa->plb_addr, OHCI_PLB_SIZE, 0,
128 intr_establish_xname(paa->plb_irq, IST_LEVEL, IPL_USB, ohci_intr,