Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Ddevicetree.c44 void __init add_dtb(u64 data) in add_dtb() function
H A Dsetup.c360 add_dtb(pa_data); in parse_setup_data()