Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dprom.h24 extern void add_dtb(u64 data);
28 static inline void add_dtb(u64 data) { } in add_dtb() function
/openbmc/linux/arch/x86/kernel/
H A Ddevicetree.c34 void __init add_dtb(u64 data) in add_dtb() function
H A Dsetup.c405 add_dtb(pa_data); in parse_setup_data()