/src/sys/arch/powerpc/include/booke/ |
e500var.h | 79 int e500_cpunode_submatch(device_t, cfdata_t, const char *, void *);
|
/src/sys/arch/powerpc/booke/dev/ |
pq3diic.c | 69 if (!e500_cpunode_submatch(parent, cf, cf->cf_name, aux))
|
pq3ddrc.c | 71 if (!e500_cpunode_submatch(parent, cf, cf->cf_name, aux))
|
pq3ehci.c | 93 if (!e500_cpunode_submatch(parent, cf, cf->cf_name, aux))
|
pq3sdhc.c | 72 if (!e500_cpunode_submatch(parent, cf, cf->cf_name, aux))
|
pq3duart.c | 88 if (!e500_cpunode_submatch(parent, cf, cf->cf_name, aux))
|
pq3obio.c | 67 if (!e500_cpunode_submatch(parent, cf, "lbc", aux))
|
pq3etsec.c | 356 || !e500_cpunode_submatch(parent, cf, cf->cf_name, aux)) 364 || !e500_cpunode_submatch(parent, cf, cf->cf_name, aux)) 554 if (!e500_cpunode_submatch(parent, cf, cf->cf_name, aux))
|
/src/sys/arch/powerpc/booke/ |
e500_autoconf.c | 115 e500_cpunode_submatch(device_t parent, cfdata_t cf, const char *name, void *aux) function in typeref:typename:int
|
/src/sys/arch/powerpc/booke/pci/ |
pq3pci.c | 402 if (!e500_cpunode_submatch(parent, cf, cf->cf_name + 3, aux))
|