Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/platform/olpc/
H A Dolpc_ofw.c15 static int (*olpc_ofw_cif)(int *); variable
28 if (!olpc_ofw_cif) in setup_olpc_ofw_pgd()
35 olpc_ofw_cif = NULL; in setup_olpc_ofw_pgd()
56 if (!olpc_ofw_cif) in __olpc_ofw()
69 ret = olpc_ofw_cif(ofw_args); in __olpc_ofw()
83 return olpc_ofw_cif != NULL; in olpc_ofw_present()
104 if ((unsigned long)olpc_ofw_cif < OFW_MIN) { in olpc_ofw_detect()
106 (unsigned long)olpc_ofw_cif); in olpc_ofw_detect()
107 olpc_ofw_cif = NULL; in olpc_ofw_detect()
114 (unsigned long)olpc_ofw_cif, (-start) >> 20); in olpc_ofw_detect()
[all …]