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

/freebsd-10.2-release/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(" %#lx", 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
286 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.c233 pf->cfe = NULL;
266 * cfe up front). This is the biggest depature from the
279 * model, the probe routine can select a cfe and try to
285 * enough to override the cfe we pick, then chances are very
313 * Probe may fail AND also try to select a cfe, if so, free
314 * it. This is how we do cfe override. Or the attach fails.
317 if (pf->cfe != NULL)
319 pf->cfe = NULL;
329 struct pccard_config_entry *cfe; local
343 if (pf->cfe !
471 struct pccard_config_entry *cfe; local
[all...]
/freebsd-10.2-release/sys/dev/cfe/
H A Dcfe_env.c30 #include <dev/cfe/cfe_api.h>
32 __FBSDID("$FreeBSD: releng/10.2/sys/dev/cfe/cfe_env.c 211158 2010-08-11 02:13:50Z neel $");
H A Dcfe_resource.c35 __FBSDID("$FreeBSD: releng/10.2/sys/dev/cfe/cfe_resource.c 265999 2014-05-14 01:35:43Z ian $");
49 #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.c28 __FBSDID("$FreeBSD: releng/10.2/sys/dev/cfe/cfe_console.c 228631 2011-12-17 15:08:43Z avg $");
41 #include <dev/cfe/cfe_api.h>
42 #include <dev/cfe/cfe_error.h>
63 /* XXX does cfe have to poll? */
82 CONSOLE_DRIVER(cfe); variable
H A Dcfe_api.c51 __FBSDID("$FreeBSD: releng/10.2/sys/dev/cfe/cfe_api.c 202091 2010-01-11 17:16:06Z imp $");
53 #include <dev/cfe/cfe_api.h>
54 #include <dev/cfe/cfe_api_int.h>
/freebsd-10.2-release/sys/mips/sentry5/
H A Ds5_machdep.c75 #include <dev/cfe/cfe_api.h>
/freebsd-10.2-release/sys/mips/sibyte/
H A Dsb_machdep.c80 #include <dev/cfe/cfe_api.h>

Completed in 45 milliseconds