Home | History | Annotate | Download | only in pcmcia

Lines Matching defs:cfe

98 aic_pcmcia_validate_config(struct pcmcia_config_entry *cfe)
100 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
101 cfe->num_memspace != 0 ||
102 cfe->num_iospace != 1)
105 cfe->iomask = 0; /* XXX: wrong from cfe?, quirk? */
115 struct pcmcia_config_entry *cfe;
128 cfe = pf->cfe;
129 sc->sc_iot = cfe->iospace[0].handle.iot;
130 sc->sc_ioh = cfe->iospace[0].handle.ioh;