Searched refs:fdt_compatible (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ofw/ |
H A D | ofw_fdt.c | 112 static char fdt_compatible[FDT_COMPAT_LEN]; variable 138 if (fdt_compatible[0] != '\0') in sysctl_register_fdt_oid() 140 OID_AUTO, "compatible", CTLFLAG_RD, fdt_compatible, in sysctl_register_fdt_oid() 174 bzero(fdt_compatible, FDT_COMPAT_LEN); in ofw_fdt_init() 175 ofw_fdt_getprop(NULL, root, "compatible", fdt_compatible, in ofw_fdt_init() 179 if (fdt_compatible[i] == '\0') in ofw_fdt_init() 180 fdt_compatible[i] = ' '; in ofw_fdt_init()
|
/freebsd/sys/arm/include/ |
H A D | platformvar.h | 84 const char *fdt_compatible; member 97 .fdt_compatible = _compatible, \
|
/freebsd/sys/dev/fdt/ |
H A D | fdt_arm_platform.c | 64 compat = FDT_PLATFORM(plat)->fdt_compatible; in fdt_platform_probe()
|