Lines Matching defs:ecp
189 const struct ex_cardbus_product *ecp;
194 for (ecp = ex_cardbus_products; ecp->ecp_name != NULL; ecp++)
195 if (PCI_PRODUCT(ca->ca_id) == ecp->ecp_prodid)
196 return (ecp);
218 const struct ex_cardbus_product *ecp;
227 ecp = ex_cardbus_lookup(ca);
228 if (ecp == NULL) {
233 aprint_normal(": 3Com %s\n", ecp->ecp_name);
235 sc->ex_conf = ecp->ecp_flags;
236 csc->sc_cardtype = ecp->ecp_cardtype;
237 csc->sc_csr = ecp->ecp_csr;