Home | History | Annotate | Download | only in pcmcia

Lines Matching defs:cfe

125 	struct pcmcia_config_entry *cfe;
133 SIMPLEQ_FOREACH(cfe, &pa->pf->cfe_head, cfe_list) {
134 switch (cfe->iospace[0].start) {
162 com_pcmcia_validate_config(struct pcmcia_config_entry *cfe)
164 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
165 cfe->num_iospace != 1)
168 cfe->num_memspace = 0;
178 struct pcmcia_config_entry *cfe;
190 cfe = pa->pf->cfe;
191 com_init_regs(&sc->sc_regs, cfe->iospace[0].handle.iot,
192 cfe->iospace[0].handle.ioh, -1);