Lines Matching defs:cfe
86 cs_pcmcia_validate_config(struct pcmcia_config_entry *cfe)
88 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
89 cfe->num_memspace != 0 ||
90 cfe->num_iospace != 1 ||
91 cfe->iospace[0].length < CS8900_IOSIZE)
102 struct pcmcia_config_entry *cfe;
115 cfe = pf->cfe;
116 sc->sc_iot = cfe->iospace[0].handle.iot;
117 sc->sc_ioh = cfe->iospace[0].handle.ioh;