Home
last modified time | relevance | path

Searched refs:fdt_fixup_table (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ofw/
H A Dofw_fdt.c497 for (i = 0; fdt_fixup_table[i].model != NULL; i++) { in ofw_fdt_fixup()
498 if (strncmp(model, fdt_fixup_table[i].model, in ofw_fdt_fixup()
507 fdt_fixup_table[i].model)) in ofw_fdt_fixup()
510 if (fdt_fixup_table[i].handler != NULL) in ofw_fdt_fixup()
511 (*fdt_fixup_table[i].handler)(root); in ofw_fdt_fixup()
/freebsd/sys/dev/fdt/
H A Dfdt_common.h59 extern struct fdt_fixup_entry fdt_fixup_table[];
/freebsd/sys/arm/mv/
H A Dmv_common.c2079 struct fdt_fixup_entry fdt_fixup_table[] = { variable