Searched refs:olpc_ofw (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dolpc_ofw.h15 #define olpc_ofw(name, args, res) \ macro
/linux-master/arch/x86/platform/olpc/
H A DMakefile2 obj-$(CONFIG_OLPC) += olpc.o olpc_ofw.o olpc_dt.o
H A Dolpc_dt.c20 #include <asm/olpc_ofw.h>
30 if (olpc_ofw("peer", args, res) || (s32)node == -1)
44 if (olpc_ofw("child", args, res) || (s32)node == -1) {
61 if (olpc_ofw("getproplen", args, res)) {
81 if (olpc_ofw("getprop", args, res)) {
101 if (olpc_ofw("nextprop", args, res) || success != 1)
116 if (olpc_ofw("package-to-path", args, res) || *len < 1)
172 if (olpc_ofw("finddevice", args, res)) {
189 if (olpc_ofw("interpret", args, res)) {
H A Dolpc_ofw.c12 #include <asm/olpc_ofw.h>
H A Dolpc.c24 #include <asm/olpc_ofw.h>
/linux-master/arch/x86/mm/
H A Dinit_32.c45 #include <asm/olpc_ofw.h>
/linux-master/arch/x86/kernel/
H A Dsetup.c50 #include <asm/olpc_ofw.h>

Completed in 108 milliseconds