Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init.c57 #define DEVTREE_CHUNK_SIZE 0x100000 macro
2488 if (room > DEVTREE_CHUNK_SIZE) in make_room()
2489 room = DEVTREE_CHUNK_SIZE; in make_room()
2706 if (room > DEVTREE_CHUNK_SIZE) in flatten_device_tree()
2707 room = DEVTREE_CHUNK_SIZE; in flatten_device_tree()