Lines Matching defs:paa
74 struct plb_attach_args *paa = aux;
76 if (strcmp(paa->plb_name, match->cf_name) != 0)
84 paa->plb_addr = match->cf_loc[PLBCF_ADDR];
85 paa->plb_irq = match->cf_loc[PLBCF_IRQ];
93 struct plb_attach_args *paa = aux;
106 dwctwo_tag.pbs_base = paa->plb_addr;
107 dwctwo_tag.pbs_limit += paa->plb_addr;
112 bus_space_map(sc->sc_iot, paa->plb_addr, DWCTWO_SIZE, 0, &sc->sc_ioh);
113 sc->sc_bus.ub_dmatag = paa->plb_dmat;
115 intr_establish_xname(paa->plb_irq, IST_LEVEL, IPL_VM, dwc2_intr, sc,