Home | History | Annotate | Download | only in dev

Lines Matching defs:paa

96 	struct plb_attach_args *paa = aux;
98 if (strcmp(paa->plb_name, match->cf_name) != 0)
106 paa->plb_addr = match->cf_loc[PLBCF_ADDR];
107 paa->plb_irq = match->cf_loc[PLBCF_IRQ];
143 struct plb_attach_args *paa = aux;
151 sc->sc_bus.ub_dmatag = paa->plb_dmat;
155 ehci_plb_tag.pbs_base = paa->plb_addr;
156 ehci_plb_tag.pbs_limit = paa->plb_addr + EHCI_PLB_SIZE;
161 bus_space_map(sc->iot, paa->plb_addr, EHCI_PLB_SIZE, 0,
178 intr_establish_xname(paa->plb_irq, IST_LEVEL, IPL_USB, ehci_intr,