Searched refs:olpc_ofw_cif (Results 1 – 1 of 1) sorted by relevance
11 static int (*olpc_ofw_cif)(int *); variable24 if (!olpc_ofw_cif) in setup_olpc_ofw_pgd()31 olpc_ofw_cif = NULL; in setup_olpc_ofw_pgd()52 if (!olpc_ofw_cif) in __olpc_ofw()65 ret = olpc_ofw_cif(ofw_args); in __olpc_ofw()79 return olpc_ofw_cif != NULL; in olpc_ofw_present()98 olpc_ofw_cif = (int (*)(int *))hdr->cif_handler; in olpc_ofw_detect()100 if ((unsigned long)olpc_ofw_cif < OFW_MIN) { in olpc_ofw_detect()102 (unsigned long)olpc_ofw_cif); in olpc_ofw_detect()103 olpc_ofw_cif = NULL; in olpc_ofw_detect()[all …]