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

/freebsd-13-stable/sys/dev/pccard/
H A Dpccard_cis.c484 struct pccard_config_entry *cfe; local
559 STAILQ_FOREACH(cfe, &pf->cfe_head, cfe_list) {
561 "%d: ", pf->number, cfe->number);
563 switch (cfe->iftype) {
575 printf("; irq mask %#x", cfe->irqmask);
577 if (cfe->num_iospace) {
578 printf("; iomask %#lx, iospace", cfe->iomask);
580 for (i = 0; i < cfe->num_iospace; i++) {
581 printf(" %#jx", cfe->iospace[i].start);
582 if (cfe
907 struct pccard_config_entry *cfe; local
[all...]
H A Dpccard_cis_quirks.c61 0x07, /* last cfe number */
67 0x07, /* cfe number */
82 0x27, /* last cfe number */
88 0x27, /* cfe number */
103 0x07, /* last cfe number */
109 0x07, /* cfe number */
124 0x27, /* last cfe number */
130 0x27, /* cfe number */
145 0x05, /* last cfe number */
151 0x05, /* cfe numbe
285 struct pccard_config_entry *cfe, *cfe_next; local
[all...]
H A Dpccardvarp.h109 struct pccard_config_entry *cfe; member in struct:pccard_function
185 struct pccard_config_entry *cfe; member in struct:pccard_cis_quirk
H A Dpccard.c235 pf->cfe = NULL;
270 * cfe up front). This is the biggest depature from the
283 * model, the probe routine can select a cfe and try to
289 * enough to override the cfe we pick, then chances are very
317 * Probe may fail AND also try to select a cfe, if so, free
318 * it. This is how we do cfe override. Or the attach fails.
321 if (pf->cfe != NULL)
323 pf->cfe = NULL;
333 struct pccard_config_entry *cfe; local
347 if (pf->cfe !
475 struct pccard_config_entry *cfe; local
[all...]
/freebsd-13-stable/sys/dev/cfe/
H A Dcfe_env.c32 #include <dev/cfe/cfe_api.h>
H A Dcfe_resource.c51 #include <dev/cfe/cfe_api.h>
52 #include <dev/cfe/cfe_error.h>
161 DRIVER_MODULE(cfe, nexus, cferes_driver, cferes_devclass, 0, 0);
H A Dcfe_console.c43 #include <dev/cfe/cfe_api.h>
44 #include <dev/cfe/cfe_error.h>
65 /* XXX does cfe have to poll? */
83 CONSOLE_DRIVER(cfe); variable
H A Dcfe_api.c54 #include <dev/cfe/cfe_api.h>
55 #include <dev/cfe/cfe_api_int.h>
/freebsd-13-stable/sys/mips/broadcom/
H A Duart_cpu_chipc.c49 #include <dev/cfe/cfe_api.h>
50 #include <dev/cfe/cfe_ioctl.h>
51 #include <dev/cfe/cfe_error.h>
H A Dbcm_nvram_cfe.c57 #include <dev/cfe/cfe_api.h>
58 #include <dev/cfe/cfe_error.h>
59 #include <dev/cfe/cfe_ioctl.h>
H A Dbcm_machdep.c96 #include <dev/cfe/cfe_api.h>
97 #include <dev/cfe/cfe_error.h>
629 * device cfe

Completed in 262 milliseconds