Home | History | Annotate | Download | only in mca

Lines Matching defs:atp

92 	const struct ate_mca_product *atp;
94 for (atp = ate_mca_products; atp->at_name != NULL; atp++)
95 if (id == atp->at_prodid)
96 return atp;
131 const struct ate_mca_product *atp;
163 atp = ate_mca_lookup(ma->ma_id);
165 if (atp == NULL) {
176 ma->ma_slot + 1, irq, atp->at_name);