Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dolpc_ofw.h22 extern void olpc_ofw_detect(void);
33 static inline void olpc_ofw_detect(void) { } in olpc_ofw_detect() function
/openbmc/linux/arch/x86/platform/olpc/
H A Dolpc_ofw.c93 void __init olpc_ofw_detect(void) in olpc_ofw_detect() function
/openbmc/linux/arch/x86/kernel/
H A Dsetup.c887 olpc_ofw_detect(); in setup_arch()