Lines Matching defs:cfe
169 struct pcmcia_config_entry *cfe;
216 cfe = xirc_dingo_alloc_modem(sc);
217 if (cfe && sc->sc_id & (XIMEDIA_ETHER << 8)) {
221 cfe = 0;
225 cfe = xirc_mako_alloc(sc);
227 cfe = xirc_dingo_alloc_ethernet(sc);
228 if (!cfe) {
234 pcmcia_function_init(pa->pf, cfe);
298 struct pcmcia_config_entry *cfe;
300 SIMPLEQ_FOREACH(cfe, &sc->sc_pf->cfe_head, cfe_list) {
301 if (cfe->num_iospace != 1)
304 if (pcmcia_io_alloc(sc->sc_pf, cfe->iospace[0].start,
305 cfe->iospace[0].length, cfe->iospace[0].length,
309 cfe->iospace[1].start = cfe->iospace[0].start+8;
310 cfe->iospace[1].length = 18;
311 if (pcmcia_io_alloc(sc->sc_pf, cfe->iospace[1].start,
312 cfe->iospace[1].length, 0x20,
314 cfe->iospace[1].start = cfe->iospace[0].start-24;
315 if (pcmcia_io_alloc(sc->sc_pf, cfe->iospace[1].start,
316 cfe->iospace[1].length, 0x20,
324 return (cfe);
333 struct pcmcia_config_entry *cfe;
335 SIMPLEQ_FOREACH(cfe, &sc->sc_pf->cfe_head, cfe_list) {
336 if (cfe->num_iospace != 1)
339 if (pcmcia_io_alloc(sc->sc_pf, cfe->iospace[0].start,
340 cfe->iospace[0].length, cfe->iospace[0].length,
346 return (cfe);
355 struct pcmcia_config_entry *cfe;
365 cfe = SIMPLEQ_FIRST(&sc->sc_pf->cfe_head);
366 return (cfe);