Lines Matching defs:pa
149 struct pcc_attach_args *pa = aux;
151 if (strcmp(pa->pa_name, le_cd.cd_name))
154 pa->pa_ipl = cf->pcccf_ipl;
164 struct pcc_attach_args *pa;
171 pa = aux;
174 lsc->sc_bust = pa->pa_bust;
175 bus_space_map(pa->pa_bust, pa->pa_offset, 4, 0, &lsc->sc_bush);
178 if (bus_dmamem_alloc(pa->pa_dmat, ether_data_buff_size, PAGE_SIZE, 0,
184 if (bus_dmamem_map(pa->pa_dmat, &seg, rseg, ether_data_buff_size,
208 pccintr_evcnt(pa->pa_ipl), "ether", device_xname(self));
210 pccintr_establish(PCCV_LE, am7990_intr, pa->pa_ipl, sc, &lsc->sc_evcnt);
213 pa->pa_ipl | PCC_IENABLE);
218 bus_dmamem_free(pa->pa_dmat, &seg, rseg);
220 bus_space_unmap(pa->pa_bust, lsc->sc_bush, 4);