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

/linux-4.1.27/arch/x86/platform/olpc/
H A Dolpc_ofw.c11 static int (*olpc_ofw_cif)(int *); variable
24 if (!olpc_ofw_cif) setup_olpc_ofw_pgd()
31 olpc_ofw_cif = NULL; setup_olpc_ofw_pgd()
52 if (!olpc_ofw_cif) __olpc_ofw()
65 ret = olpc_ofw_cif(ofw_args); __olpc_ofw()
79 return olpc_ofw_cif != NULL; olpc_ofw_present()
98 olpc_ofw_cif = (int (*)(int *))hdr->cif_handler; olpc_ofw_detect()
100 if ((unsigned long)olpc_ofw_cif < OFW_MIN) { olpc_ofw_detect()
102 (unsigned long)olpc_ofw_cif); olpc_ofw_detect()
103 olpc_ofw_cif = NULL; olpc_ofw_detect()
108 start = round_down((unsigned long)olpc_ofw_cif, OFW_BOUND); olpc_ofw_detect()
110 (unsigned long)olpc_ofw_cif, (-start) >> 20); olpc_ofw_detect()
116 return olpc_ofw_cif != NULL; olpc_ofw_is_installed()

Completed in 129 milliseconds