Searched refs:cfe (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/pccard/
H A Dpccard_cis.c482 struct pccard_config_entry *cfe; local
557 STAILQ_FOREACH(cfe, &pf->cfe_head, cfe_list) {
559 "%d: ", pf->number, cfe->number);
561 switch (cfe->iftype) {
573 printf("; irq mask %#x", cfe->irqmask);
575 if (cfe->num_iospace) {
576 printf("; iomask %#lx, iospace", cfe->iomask);
578 for (i = 0; i < cfe->num_iospace; i++) {
579 printf(" %#jx", cfe->iospace[i].start);
580 if (cfe
905 struct pccard_config_entry *cfe; local
[all...]
H A Dpccard_cis_quirks.c59 0x07, /* last cfe number */
65 0x07, /* cfe number */
80 0x27, /* last cfe number */
86 0x27, /* cfe number */
101 0x07, /* last cfe number */
107 0x07, /* cfe number */
122 0x27, /* last cfe number */
128 0x27, /* cfe number */
143 0x05, /* last cfe number */
149 0x05, /* cfe numbe
283 struct pccard_config_entry *cfe, *cfe_next; local
[all...]
H A Dpccardvarp.h108 struct pccard_config_entry *cfe; member in struct:pccard_function
184 struct pccard_config_entry *cfe; member in struct:pccard_cis_quirk
H A Dpccard.c231 pf->cfe = NULL;
264 * cfe up front). This is the biggest depature from the
277 * model, the probe routine can select a cfe and try to
283 * enough to override the cfe we pick, then chances are very
311 * Probe may fail AND also try to select a cfe, if so, free
312 * it. This is how we do cfe override. Or the attach fails.
315 if (pf->cfe != NULL)
317 pf->cfe = NULL;
327 struct pccard_config_entry *cfe; local
341 if (pf->cfe !
469 struct pccard_config_entry *cfe; local
[all...]
/freebsd-11-stable/sys/dev/cfe/
H A Dcfe_env.c30 #include <dev/cfe/cfe_api.h>
H A Dcfe_resource.c49 #include <dev/cfe/cfe_api.h>
50 #include <dev/cfe/cfe_error.h>
159 DRIVER_MODULE(cfe, nexus, cferes_driver, cferes_devclass, 0, 0);
H A Dcfe_console.c41 #include <dev/cfe/cfe_api.h>
42 #include <dev/cfe/cfe_error.h>
63 /* XXX does cfe have to poll? */
81 CONSOLE_DRIVER(cfe); variable
H A Dcfe_api.c53 #include <dev/cfe/cfe_api.h>
54 #include <dev/cfe/cfe_api_int.h>
/freebsd-11-stable/sys/mips/broadcom/
H A Dbcm_machdep.c77 #include <dev/cfe/cfe_api.h>
/freebsd-11-stable/sys/mips/sibyte/
H A Dsb_machdep.c80 #include <dev/cfe/cfe_api.h>

Completed in 71 milliseconds