Home | History | Annotate | Download | only in pcmcia

Lines Matching defs:cfe

318 wi_pcmcia_validate_config(struct pcmcia_config_entry *cfe)
320 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
321 cfe->num_iospace != 1 ||
322 cfe->iospace[0].length < WI_IOSIZE)
324 cfe->num_memspace = 0;
334 struct pcmcia_config_entry *cfe;
349 cfe = pa->pf->cfe;
350 sc->sc_iot = cfe->iospace[0].handle.iot;
351 sc->sc_ioh = cfe->iospace[0].handle.ioh;