Home
last modified time | relevance | path

Searched refs:TMP_MAX_ETH (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/uboot/
H A Duboot_fdt.c146 len = strlen(STRINGIFY(TMP_MAX_ETH)) + in fdt_platform_fixups()
166 if (n > TMP_MAX_ETH) in fdt_platform_fixups()
/freebsd/stand/fdt/
H A Dfdt_platform.h37 #define TMP_MAX_ETH 8 macro